Home
last modified time | relevance | path

Searched full:warning (Results 1 – 25 of 4737) sorted by relevance

12345678910>>...190

/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A DMakefile.extrawarn14 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 DMakefile.extrawarn14 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/aarch64/linux-kbuild-4.4/scripts/
H A DMakefile.extrawarn13 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 DMakefile.extrawarn13 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/u-boot/scripts/
H A DMakefile.extrawarn21 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 Dconfig_begin.hpp19 #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/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/
H A Dconfig_begin.hpp19 #pragma warning (push)
29 //warning C4275: non dll-interface class 'x' used as base for
31 #pragma warning (disable : 4275)
32 //warning C4251: 'x' : class 'y' needs to have dll-interface to
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
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0002-CVE-2021-42574.patch69 (_cpp_skip_block_comment): Implement warning about bidirectional
149 C ObjC Var(warn_bad_function_cast) Warning
153 +C ObjC C++ ObjC++ Warning Alias(Wbidi-chars=,any,none)
157 +C ObjC C++ ObjC++ RejectNegative Joined Warning CPP(cpp_warn_bidirectional) CppReason(CPP_W_BIDIRE…
177 C ObjC C++ ObjC++ Var(warn_bool_compare) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
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 } */
[all …]
/OK3568_Linux_fs/docs/licenses/
H A DBUILDROOT_README40 WARNING: the Buildroot source code has not been saved
41 WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined)
42 WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined)
43 WARNING: linux-headers-custom: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined)
44 WARNING: linux-headers: sources not saved (local packages not handled)
45 WARNING: rockchip-mali: sources not saved (local packages not handled)
46 WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined)
47 WARNING: rockchip-rga: sources not saved (local packages not handled)
48 WARNING: linux-custom: cannot save license (LINUX_LICENSE_FILES not defined)
49 WARNING: linux: sources not saved (local packages not handled)
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dconfigurefix.patch4 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b…
5 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b…
6 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b…
7 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b…
8 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b…
9 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l…
10 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l…
11 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l…
12 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l…
13 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l…
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dgcc-wrapper.py41 …"cgroup.h:35", # include/trace/hooks/cgroup.h:35:18: warning: 'struct cgroup_subsys' declared insi…
42 …"vfs.c:1259", # fs/incfs/vfs.c:1259:10: warning: cast to pointer from integer of different size [-…
43 …"pseudo_files.c:655", # fs/incfs/pseudo_files.c:655:10: warning: cast to pointer from integer of d…
44 …"km_apphint.c:230", # drivers/staging/imgtec/rogue/km_apphint.c:230:48: warning: division 'sizeof …
45 … "file.c:3010", # fs/f2fs/file.c:3010:12: warning: 'f2fs_ioctl_check_project' defined but not used
46 …"configfs.c:1488", # drivers/usb/gadget/configfs.c:1488:12: warning: 'configfs_composite_setup' de…
47 …"configfs.c:1513", # drivers/usb/gadget/configfs.c:1513:13: warning: 'configfs_composite_disconnec…
48 …"posix-cpu-timers.c:1268", # kernel/time/posix-cpu-timers.c:1268:13: warning: 'now' may be used un…
49 …"af_unix.c:1036", # net/unix/af_unix.c:1036:20: warning: 'hash' may be used uninitialized in this …
50 …"sunxi_sram.c:214", # drivers/soc/sunxi/sunxi_sram.c:214:24: warning: 'device' may be used uniniti…
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/tools/objtool/
HDobjtool ... %s+0x%lx %s: warning: objtool: calloc failed %s: warning: ...
/OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/escape/
H A DKconfig4 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/kernel/scripts/kconfig/tests/preprocess/variable/
H A DKconfig4 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/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dmd2.h7 * \warning MD2 is considered a weak message digest and its use constitutes a
54 * \warning MD2 is considered a weak message digest and its use
77 * \warning MD2 is considered a weak message digest and its use
89 * \warning MD2 is considered a weak message digest and its use
102 * \warning MD2 is considered a weak message digest and its use
117 * \warning MD2 is considered a weak message digest and its use
133 * \warning MD2 is considered a weak message digest and its use
150 * \warning MD2 is considered a weak message digest and its use
165 * \warning MD2 is considered a weak message digest and its use
185 * \warning MD2 is considered a weak message digest and its use
[all …]
H A Dmd4.h7 * \warning MD4 is considered a weak message digest and its use constitutes a
55 * \warning MD4 is considered a weak message digest and its use
77 * \warning MD4 is considered a weak message digest and its use
89 * \warning MD4 is considered a weak message digest and its use
102 * \warning MD4 is considered a weak message digest and its use
117 * \warning MD4 is considered a weak message digest and its use
132 * \warning MD4 is considered a weak message digest and its use
149 * \warning MD4 is considered a weak message digest and its use
165 * \warning MD4 is considered a weak message digest and its use
186 * \warning MD4 is considered a weak message digest and its use
[all …]
H A Dmd5.h7 * \warning MD5 is considered a weak message digest and its use constitutes a
54 * \warning MD5 is considered a weak message digest and its use
76 * \warning MD5 is considered a weak message digest and its use
88 * \warning MD5 is considered a weak message digest and its use
101 * \warning MD5 is considered a weak message digest and its use
116 * \warning MD5 is considered a weak message digest and its use
132 * \warning MD5 is considered a weak message digest and its use
149 * \warning MD5 is considered a weak message digest and its use
165 * \warning MD5 is considered a weak message digest and its use
186 * \warning MD5 is considered a weak message digest and its use
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dmd2.h7 * \warning MD2 is considered a weak message digest and its use constitutes a
54 * \warning MD2 is considered a weak message digest and its use
77 * \warning MD2 is considered a weak message digest and its use
89 * \warning MD2 is considered a weak message digest and its use
102 * \warning MD2 is considered a weak message digest and its use
117 * \warning MD2 is considered a weak message digest and its use
133 * \warning MD2 is considered a weak message digest and its use
150 * \warning MD2 is considered a weak message digest and its use
165 * \warning MD2 is considered a weak message digest and its use
185 * \warning MD2 is considered a weak message digest and its use
[all …]
H A Dmd5.h7 * \warning MD5 is considered a weak message digest and its use constitutes a
54 * \warning MD5 is considered a weak message digest and its use
76 * \warning MD5 is considered a weak message digest and its use
88 * \warning MD5 is considered a weak message digest and its use
101 * \warning MD5 is considered a weak message digest and its use
116 * \warning MD5 is considered a weak message digest and its use
132 * \warning MD5 is considered a weak message digest and its use
149 * \warning MD5 is considered a weak message digest and its use
165 * \warning MD5 is considered a weak message digest and its use
186 * \warning MD5 is considered a weak message digest and its use
[all …]
H A Dmd4.h7 * \warning MD4 is considered a weak message digest and its use constitutes a
55 * \warning MD4 is considered a weak message digest and its use
77 * \warning MD4 is considered a weak message digest and its use
89 * \warning MD4 is considered a weak message digest and its use
102 * \warning MD4 is considered a weak message digest and its use
117 * \warning MD4 is considered a weak message digest and its use
132 * \warning MD4 is considered a weak message digest and its use
149 * \warning MD4 is considered a weak message digest and its use
165 * \warning MD4 is considered a weak message digest and its use
186 * \warning MD4 is considered a weak message digest and its use
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dmd2.h7 * \warning MD2 is considered a weak message digest and its use constitutes a
54 * \warning MD2 is considered a weak message digest and its use
77 * \warning MD2 is considered a weak message digest and its use
89 * \warning MD2 is considered a weak message digest and its use
102 * \warning MD2 is considered a weak message digest and its use
117 * \warning MD2 is considered a weak message digest and its use
133 * \warning MD2 is considered a weak message digest and its use
150 * \warning MD2 is considered a weak message digest and its use
165 * \warning MD2 is considered a weak message digest and its use
185 * \warning MD2 is considered a weak message digest and its use
[all …]
H A Dmd5.h7 * \warning MD5 is considered a weak message digest and its use constitutes a
54 * \warning MD5 is considered a weak message digest and its use
76 * \warning MD5 is considered a weak message digest and its use
88 * \warning MD5 is considered a weak message digest and its use
101 * \warning MD5 is considered a weak message digest and its use
116 * \warning MD5 is considered a weak message digest and its use
132 * \warning MD5 is considered a weak message digest and its use
149 * \warning MD5 is considered a weak message digest and its use
165 * \warning MD5 is considered a weak message digest and its use
186 * \warning MD5 is considered a weak message digest and its use
[all …]
H A Dmd4.h7 * \warning MD4 is considered a weak message digest and its use constitutes a
55 * \warning MD4 is considered a weak message digest and its use
77 * \warning MD4 is considered a weak message digest and its use
89 * \warning MD4 is considered a weak message digest and its use
102 * \warning MD4 is considered a weak message digest and its use
117 * \warning MD4 is considered a weak message digest and its use
132 * \warning MD4 is considered a weak message digest and its use
149 * \warning MD4 is considered a weak message digest and its use
165 * \warning MD4 is considered a weak message digest and its use
186 * \warning MD4 is considered a weak message digest and its use
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dmd2.h7 * \warning MD2 is considered a weak message digest and its use constitutes a
54 * \warning MD2 is considered a weak message digest and its use
77 * \warning MD2 is considered a weak message digest and its use
89 * \warning MD2 is considered a weak message digest and its use
102 * \warning MD2 is considered a weak message digest and its use
117 * \warning MD2 is considered a weak message digest and its use
133 * \warning MD2 is considered a weak message digest and its use
150 * \warning MD2 is considered a weak message digest and its use
165 * \warning MD2 is considered a weak message digest and its use
185 * \warning MD2 is considered a weak message digest and its use
[all …]
H A Dmd4.h7 * \warning MD4 is considered a weak message digest and its use constitutes a
55 * \warning MD4 is considered a weak message digest and its use
77 * \warning MD4 is considered a weak message digest and its use
89 * \warning MD4 is considered a weak message digest and its use
102 * \warning MD4 is considered a weak message digest and its use
117 * \warning MD4 is considered a weak message digest and its use
132 * \warning MD4 is considered a weak message digest and its use
149 * \warning MD4 is considered a weak message digest and its use
165 * \warning MD4 is considered a weak message digest and its use
186 * \warning MD4 is considered a weak message digest and its use
[all …]

12345678910>>...190