| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.extrawarn | 14 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned) 21 warning- := $(empty) 23 warning-1 := -Wextra -Wunused -Wno-unused-parameter 24 warning-1 += -Wmissing-declarations 25 warning-1 += -Wmissing-format-attribute 26 warning-1 += $(call cc-option, -Wmissing-prototypes) 27 warning-1 += -Wold-style-definition 28 warning-1 += $(call cc-option, -Wmissing-include-dirs) 29 warning-1 += $(call cc-option, -Wunused-but-set-variable) 30 warning-1 += $(call cc-option, -Wunused-const-variable) [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.extrawarn | 14 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned) 21 warning- := $(empty) 23 warning-1 := -Wextra -Wunused -Wno-unused-parameter 24 warning-1 += -Wmissing-declarations 25 warning-1 += -Wmissing-format-attribute 26 warning-1 += $(call cc-option, -Wmissing-prototypes) 27 warning-1 += -Wold-style-definition 28 warning-1 += $(call cc-option, -Wmissing-include-dirs) 29 warning-1 += $(call cc-option, -Wunused-but-set-variable) 30 warning-1 += $(call cc-option, -Wunused-const-variable) [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | Makefile.extrawarn | 21 warning- := $(empty) 23 warning-1 := -Wextra -Wunused -Wno-unused-parameter 24 warning-1 += -Wmissing-declarations 25 warning-1 += -Wmissing-format-attribute 26 warning-1 += $(call cc-option, -Wmissing-prototypes) 27 warning-1 += -Wold-style-definition 28 warning-1 += $(call cc-option, -Wmissing-include-dirs) 29 warning-1 += $(call cc-option, -Wunused-but-set-variable) 30 warning-1 += $(call cc-disable-warning, missing-field-initializers) 32 warning-2 := -Waggregate-return [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | config_begin.hpp | 19 #pragma warning (push) 20 #pragma warning (disable : 4127) // conditional expression is constant 21 …#pragma warning (disable : 4146) // unary minus operator applied to unsigned type, result still un… 22 #pragma warning (disable : 4197) // top-level volatile in cast is ignored 23 #pragma warning (disable : 4244) // possible loss of data 24 …#pragma warning (disable : 4251) // "identifier" : class "type" needs to have dll-interface to be … 25 #pragma warning (disable : 4267) // conversion from "X" to "Y", possible loss of data 26 …#pragma warning (disable : 4275) // non DLL-interface classkey "identifier" used as base for DLL-i… 27 #pragma warning (disable : 4284) // odd return type for operator-> 28 …#pragma warning (disable : 4290) // C++ exception specification ignored except to indicate a funct… [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.extrawarn | 13 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned) 20 warning- := $(empty) 22 warning-1 := -Wextra -Wunused -Wno-unused-parameter 23 warning-1 += -Wmissing-declarations 24 warning-1 += -Wmissing-format-attribute 25 warning-1 += $(call cc-option, -Wmissing-prototypes) 26 warning-1 += -Wold-style-definition 27 warning-1 += $(call cc-option, -Wmissing-include-dirs) 28 warning-1 += $(call cc-option, -Wunused-but-set-variable) 29 warning-1 += $(call cc-option, -Wunused-const-variable) [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.extrawarn | 13 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned) 20 warning- := $(empty) 22 warning-1 := -Wextra -Wunused -Wno-unused-parameter 23 warning-1 += -Wmissing-declarations 24 warning-1 += -Wmissing-format-attribute 25 warning-1 += $(call cc-option, -Wmissing-prototypes) 26 warning-1 += -Wold-style-definition 27 warning-1 += $(call cc-option, -Wmissing-include-dirs) 28 warning-1 += $(call cc-option, -Wunused-but-set-variable) 29 warning-1 += $(call cc-option, -Wunused-const-variable) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/ |
| H A D | config_begin.hpp | 19 #pragma warning (push) 31 #pragma warning (disable : 4275) 34 #pragma warning (disable : 4251) 35 #pragma warning (disable : 4675) 36 #pragma warning (disable : 4996) 37 #pragma warning (disable : 4503) 38 #pragma warning (disable : 4284) // odd return type for operator-> 39 #pragma warning (disable : 4244) // possible loss of data 40 #pragma warning (disable : 4521) ////Disable "multiple copy constructors specified" 41 #pragma warning (disable : 4127) //conditional expression is constant [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0002-CVE-2021-42574.patch | 69 (_cpp_skip_block_comment): Implement warning about bidirectional 187 --Wno-attribute-warning -Wbool-compare -Wbool-operation @gol 188 +-Wno-attribute-warning @gol 209 +There are three levels of warning supported by GCC@. The default is 211 +bidi contexts. @option{-Wbidi-chars=none} turns the warning off. 230 +/* { dg-warning "unpaired" "" { target *-*-* } .-1 } */ 234 +/* { dg-warning "unpaired" "" { target *-*-* } .-1 } */ 236 +/* { dg-warning "unpaired" "" { target *-*-* } .-1 } */ 240 +/* { dg-warning "unpaired" "" { target *-*-* } .-1 } */ 243 +/* { dg-warning "unpaired" "" { target *-*-* } .-1 } */ [all …]
|
| H A D | 0003-CVE-2021-42574.patch | 22 …Wbidi-chars-1.c:6:43: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-cha… 25 …Wbidi-chars-1.c:9:28: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-cha… 29 …Wbidi-chars-11.c:6:15: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIREC… 32 …Wbidi-chars-11.c:8:19: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIREC… 35 …Wbidi-chars-11.c:10:28: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIRE… 38 …Wbidi-chars-11.c:12:33: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIRE… 45 …Wbidi-chars-1.c:6:43: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-cha… 48 …Wbidi-chars-1.c:9:28: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-cha… 52 …Wbidi-chars-11.c:6:15: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIREC… 55 …Wbidi-chars-11.c:8:19: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIREC… [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/escape/ |
| H A D | Kconfig | 4 warning = $(warning-if,y,$(1)) variable 9 $(warning,hello$(comma) world) 13 $(warning, ' " '" ' ''' "'") 17 $(warning,$) 18 $(warning,$$) 20 $(warning,$($)) 25 $(warning,$(dollar)(X)) 30 $(warning,$(left_paren)) 35 $(warning,$(Y)) 39 $(warning,$(Y)) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/config/ |
| H A D | disable_warnings.hpp | 12 # pragma warning(push) 13 # pragma warning(disable:4127) // Conditional expression is constant. 14 # pragma warning(disable:4130) // Logical operation on address of string constant. 15 # pragma warning(disable:4224) // Parameter previously defined as type. 16 # pragma warning(disable:4244) // Conversion: possible loss of data. 17 # pragma warning(disable:4512) // Assignment operator could not be generated. 18 # pragma warning(disable:4706) // Assignment within conditional expression. 20 # pragma warning(disable:6334) // sizeof applied to an expression with an operator.
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/variable/ |
| H A D | Kconfig | 4 warning = $(warning-if,y,$(1)) variable 10 $(warning,SIMPLE = $(SIMPLE)) 16 $(warning,RECURSIVE = $(RECURSIVE)) 22 $(warning,SIMPLE = $(SIMPLE)) 28 $(warning,RECURSIVE = $(RECURSIVE)) 35 $(warning,UNDEFINED_VARIABLE = $(UNDEFINED_VARIABLE)) 41 $(warning,AB = $(AB)) 45 $(warning,$(greeting,Hello,John)) 50 $(warning,$(greeting,Hello)) 53 $(warning,$(greeting,Hello,John,ignored,ignored))
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/ |
| H A D | config_begin.hpp | 15 # pragma warning (push) 16 # pragma warning (disable : 4324) // structure was padded due to __declspec(align()) 17 # pragma warning (disable : 4675) // "function": resolved overload was found by argument-dependen… 18 # pragma warning (disable : 4996) // "function": was declared deprecated (_CRT_SECURE_NO_DEPRECATE… 19 # pragma warning (disable : 4714) // "function": marked as __forceinline not inlined 20 # pragma warning (disable : 4127) // conditional expression is constant
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/builtin_func/ |
| H A D | Kconfig | 6 # 'warning-if', if the first argument is y, sends the second argument to stderr, 8 $(warning-if,y,hello world 1) 15 warning = $(warning-if,y,$(1)) variable 18 $(warning,$(shell,echo hello world 3)) 22 $(warning,$(shell,printf 'hello\nworld\n\n4\n\n\n')) 26 $(warning,filename=$(filename)) 27 $(warning,lineno=$(lineno))
|
| /OK3568_Linux_fs/kernel/include/acpi/platform/ |
| H A D | acintel.h | 41 #pragma warning(disable:981) 44 #pragma warning(disable:4100) 47 #pragma warning(disable:4127) 50 #pragma warning(disable:4706) 53 #pragma warning(disable:4214)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/ |
| H A D | alignment_of.hpp | 19 # pragma warning(push) 20 # pragma warning(disable: 4121 4512) // alignment is sensitive to packing 34 #pragma warning(push) 35 #pragma warning(disable:4324) // structure was padded due to __declspec(align()) 45 #pragma warning(pop) 115 # pragma warning(pop)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/ |
| H A D | Makefile | 47 $(warning "You have specified the CONFIG variable which is no longer in used. Use TARGET_PLATFORM i… 51 $(warning "You have specified the CPU variable which is no longer in used. Use TARGET_PLATFORM inst… 85 $(warning $(KBUILD_EXTRA_SYMBOLS)) 100 $(warning TARGET_PLATFORM $(TARGET_PLATFORM)) 101 $(warning KDIR $(KDIR)) 102 $(warning MALI_PLATFORM $(MALI_PLATFORM)) 121 $(warning CONFIG_TRACEPOINTS required for profiling) 173 $(warning "You want to support DEVFREQ but kernel didn't support DEVFREQ.")
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/ |
| H A D | expr.hpp | 30 # pragma warning(push) 31 # pragma warning(disable : 4510) // default constructor could not be generated 32 # pragma warning(disable : 4512) // assignment operator could not be generated 33 # pragma warning(disable : 4610) // user defined constructor required 34 # pragma warning(disable : 4714) // function 'xxx' marked as __forceinline not inlined 160 # pragma warning(pop)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | config_begin.hpp | 13 #pragma warning (push) 14 #pragma warning (disable : 4512) // assignment operator could not be generated 15 #pragma warning (disable : 4127) // conditional expression is constant 18 #pragma warning (disable : 4180) // qualifier applied to function type has no meaning
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | Makefile.config | 408 …msg := $(warning No libelf found. Disables 'probe' tool, jvmti and BPF support in 'perf record'. P… 440 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and… 445 …msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables d… 450 …msg := $(warning Old libdw.h, finding variables at given 'perf probe' point will not work, install… 512 msg := $(warning gelf_getnote() not found on libelf, SDT support disabled); 529 …msg := $(warning DWARF register mappings have not been defined for architecture $(SRCARCH), DWARF … 561 …msg := $(warning BPF prologue is not supported by architecture $(SRCARCH), missing regs_query_regi… 564 msg := $(warning DWARF support is off, BPF prologue is disabled); 572 …msg := $(warning No sys/sdt.h found, no SDT events are defined, please install systemtap-sdt-devel… 614 msg := $(warning No debug_frame support found in libunwind-aarch64); [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/ |
| H A D | old_numeric_cast.hpp | 260 # pragma warning(push) 261 # pragma warning(disable : 4018) 262 # pragma warning(disable : 4146) 279 # pragma warning(pop) 315 # pragma warning(push) in numeric_cast() 316 # pragma warning(disable : 4018) in numeric_cast() 324 # pragma warning(pop) in numeric_cast()
|
| /OK3568_Linux_fs/buildroot/utils/checkpackagelib/ |
| H A D | readme.txt | 9 equivalent finalization (e.g. for the case a warning must be issued if some 16 When a warning must be issued, the check function returns an array of strings. 17 Each string is a warning message and is displayed if the corresponding verbose 19 warning in the returned array is printed; when called with --verbose both 21 warning is printed; an so on. 39 - try to avoid false warnings. It's better to not issue a warning message to a 45 - in the warning message, include the url to a section from the manual, when 47 - use short sentences in the warning messages. A complete explanation can be 52 as golden package that should not trigger any warning message. 53 - check the url displayed by the warning message works. [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/support/ |
| H A D | vector.hpp | 2 #pragma warning(push) 3 #pragma warning(disable: 4512) // assignment operator could not be generated 4 #pragma warning(disable: 4510) // default constructor could not be generated 5 #pragma warning(disable: 4610) // can never be instantiated - user defined constructor required 165 #pragma warning(pop)
|
| /OK3568_Linux_fs/buildroot/boot/optee-os/3.13.0/ |
| H A D | 0001-core-zlib-fix-build-warning-when-_LFS64_LARGEFILE-is.patch | 4 Subject: core: zlib: fix build warning when _LFS64_LARGEFILE is not defined 11 core/lib/zlib/zutil.h:196:39: warning: "_LFS64_LARGEFILE" is not defined, evaluates to 0 [-Wundef] 15 core/lib/zlib/zutil.h:196:39: warning: "_LFS64_LARGEFILE" is not defined, evaluates to 0 [-Wundef] 20 core/lib/zlib/zutil.h:196:39: warning: "_LFS64_LARGEFILE" is not defined, evaluates to 0 [-Wundef] 24 core/lib/zlib/zutil.h:196:39: warning: "_LFS64_LARGEFILE" is not defined, evaluates to 0 [-Wundef] 28 core/lib/zlib/zutil.h:196:39: warning: "_LFS64_LARGEFILE" is not defined, evaluates to 0 [-Wundef]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | Makefile | 16 subdir-ccflags-y += $(call cc-disable-warning, unused-parameter) 17 subdir-ccflags-y += $(call cc-disable-warning, type-limits) 18 subdir-ccflags-y += $(call cc-disable-warning, missing-field-initializers) 19 subdir-ccflags-y += $(call cc-disable-warning, unused-but-set-variable) 21 subdir-ccflags-y += $(call cc-disable-warning, sign-compare) 22 subdir-ccflags-y += $(call cc-disable-warning, sometimes-uninitialized) 23 subdir-ccflags-y += $(call cc-disable-warning, initializer-overrides) 24 subdir-ccflags-y += $(call cc-disable-warning, uninitialized) 25 subdir-ccflags-y += $(call cc-disable-warning, frame-address) 29 CFLAGS_i915_pci.o = $(call cc-disable-warning, override-init) [all …]
|