| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/ |
| H A D | perl-rdepends.txt | 22 RDEPENDS:perl-module-anydbm-file += "perl-module-warnings" 36 RDEPENDS:perl-module-app-cpan += "perl-module-warnings" 45 RDEPENDS:perl-module-app-prove += "perl-module-warnings" 53 RDEPENDS:perl-module-app-prove-state += "perl-module-warnings" 57 RDEPENDS:perl-module-app-prove-state-result += "perl-module-warnings" 59 RDEPENDS:perl-module-app-prove-state-result-test += "perl-module-warnings" 66 RDEPENDS:perl-module-archive-tar-constant += "perl-module-warnings" 84 RDEPENDS:perl-module-attribute-handlers += "perl-module-warnings" 87 RDEPENDS:perl-module-attributes += "perl-module-warnings" 94 RDEPENDS:perl-module-autodie-exception += "perl-module-warnings" [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/files/ |
| H A D | 0001-Turn-on-pedantic-errors-at-the-end-of-configure.patch | 23 - # Turn pedantic warnings into errors to ensure an array-init overflow is an error. 26 - # Our internal popt code cannot be compiled with pedantic warnings as errors, so try to 27 - # turn off pedantic warnings (which will not lose the error for array-init overflow). 28 - # Older gcc versions don't understand -Wno-pedantic, so check if --help=warnings lists 30 - case `$CC --help=warnings 2>/dev/null | grep Wpedantic` in 50 + # Turn pedantic warnings into errors to ensure an array-init overflow is an error. 53 + # Our internal popt code cannot be compiled with pedantic warnings as errors, so try to 54 + # turn off pedantic warnings (which will not lose the error for array-init overflow). 55 + # Older gcc versions don't understand -Wno-pedantic, so check if --help=warnings lists 57 + case `$CC --help=warnings 2>/dev/null | grep Wpedantic` in
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/ |
| H A D | __init__.py | 28 import warnings 90 warnings.warn( 97 warnings.warn( 104 warnings.warn( 111 warnings.warn( 118 warnings.warn( 126 warnings.warn( 164 warnings.warn(self.NO_PARSER_SPECIFIED_WARNING % dict( 197 warnings.warn( 206 warnings.warn( [all …]
|
| /OK3568_Linux_fs/buildroot/package/babeltrace2/ |
| H A D | 0001-configure-simplify-warning-flags-detection.patch | 8 It unconditionally enables a bunch of warnings we don't want, which 32 --enable-compile-warnings=[no/yes/error] 112 dnl -Wcast-function-type warnings. This warning is present in gcc >= 8. This 128 + [AS_HELP_STRING([--enable-Werror], [Treat compiler warnings as errors.])] 172 -# Check for the presence of an --enable-compile-warnings option to 177 -# Depending on the value of --enable-compile-warnings, different compiler 178 -# warnings are checked to see if they work with the current compiler and, 180 -# allows a consistent set of baseline compiler warnings to be used across 181 -# a code base, irrespective of any warnings enabled locally by individual 182 -# developers. By standardising the warnings used by all developers of a [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mc/files/ |
| H A D | 0001-mc-replace-perl-w-with-use-warnings.patch | 4 Subject: [PATCH] mc: replace "perl -w" with "use warnings" 16 So replace "perl -w" with "use warnings" to make it work. 18 The man2hlp.in already has "use warnings;", so just remove '-w' is OK. 56 +use warnings; 70 +use warnings; 88 +use warnings; 104 +use warnings; 123 +use warnings;
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | debugobjects.c | 1161 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() argument 1187 if (warnings != debug_objects_warnings) { in check_results() 1189 warnings, debug_objects_warnings); in check_results() 1213 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local 1219 warnings = oldwarnings = debug_objects_warnings; in debug_objects_selftest() 1223 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 1226 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest() 1229 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest() 1232 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest() 1235 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libtest/ |
| H A D | libtest-nowarnings-perl_1.04.bb | 1 SUMMARY = "Make sure you didn't emit any warnings while testing" 2 DESCRIPTION = "In general, your tests shouldn't produce warnings. This \ 3 modules causes any warnings to be captured and stored. It automatically \ 5 were no warnings. If there were any warings, the test will give a \\"not ok\\" \ 9 If some of your tests are supposed to produce warnings then you should \
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/ |
| H A D | mmio_warning_test.c | 81 int warnings; in get_warnings_count() local 85 if (fscanf(f, "%d", &warnings) < 1) in get_warnings_count() 86 warnings = 0; in get_warnings_count() 89 return warnings; in get_warnings_count()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/groff/files/ |
| H A D | 0001-replace-perl-w-with-use-warnings.patch | 4 Subject: [PATCH 1/2] replace "perl -w" with "use warnings" 16 So replace "perl -w" with "use warnings" to make it work. 46 +use warnings; 64 +use warnings; 82 +use warnings; 100 +use warnings;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/ |
| H A D | parse-build.sh | 39 grep warning: < $F > $T/warnings 40 grep "include/linux/*rcu*\.h:" $T/warnings > $T/hwarnings 41 grep "kernel/rcu/[^/]*:" $T/warnings > $T/cwarnings
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/tests/ |
| H A D | test_soup.py | 26 import warnings 62 with warnings.catch_warnings(record=True) as w: 68 with warnings.catch_warnings(record=True) as w: 74 with warnings.catch_warnings(record=True) as w: 79 with warnings.catch_warnings(record=True) as w: 87 with warnings.catch_warnings(record=True) as w: 105 with warnings.catch_warnings(record=True) as w: 113 with warnings.catch_warnings(record=True) as w: 118 with warnings.catch_warnings(record=True) as w: 123 with warnings.catch_warnings(record=True) as w:
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | kernel-doc | 215 my $warnings = 0; 579 ++$warnings; 1640 ++$warnings; 1692 ++$warnings; 1716 ++$warnings; 2092 ++$warnings; 2113 ++$warnings; 2133 ++$warnings; 2163 ++$warnings; 2190 ++$warnings; [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | kernel-doc | 215 my $warnings = 0; 579 ++$warnings; 1640 ++$warnings; 1692 ++$warnings; 1716 ++$warnings; 2092 ++$warnings; 2113 ++$warnings; 2133 ++$warnings; 2163 ++$warnings; 2190 ++$warnings; [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | kernel-doc | 215 my $warnings = 0; 579 ++$warnings; 1640 ++$warnings; 1692 ++$warnings; 1716 ++$warnings; 2092 ++$warnings; 2113 ++$warnings; 2133 ++$warnings; 2163 ++$warnings; 2190 ++$warnings; [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | insn_decoder_test.c | 117 int warnings = 0; in main() local 155 warnings++; in main() 165 if (warnings) in main() 167 "failures\n", insns, warnings); in main()
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | test.py | 222 self.assertEqual(result.warnings, 0) 233 self.assertEqual(result.warnings, 0) 244 self.assertEqual(result.warnings, 3) 255 self.assertEqual(result.warnings, 0)
|
| H A D | checkpatch.py | 97 result.warnings = int(match.group(2)) 152 warning_count += result.warnings 155 result.warnings, result.checks, col.Color(col.BLUE, fname))) 156 if (len(result.problems) != result.errors + result.warnings +
|
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | check.c | 3158 int ret, warnings = 0; in validate_unwind_hints() local 3178 warnings += ret; in validate_unwind_hints() 3184 return warnings; in validate_unwind_hints() 3196 int ret, warnings = 0; in validate_entry() local 3299 return warnings; in validate_entry() 3309 int ret, warnings = 0; in validate_unret() local 3320 warnings += ret; in validate_unret() 3323 return warnings; in validate_unret() 3329 int warnings = 0; in validate_retpoline() local 3361 warnings++; in validate_retpoline() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libstrictures/ |
| H A D | libstrictures-perl_2.000006.bb | 1 SUMMARY = "strictures - turn on strict and make all warnings fatal" 6 warnings on but don't make them fatal -- which from my point of view is \ 7 useless because I want an exception to tell me my code isn't warnings-clean. \ 43 perl-module-warnings \
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | kernel-doc | 208 my $warnings = 0; 489 ++$warnings; 1479 ++$warnings; 1531 ++$warnings; 1555 ++$warnings; 1904 ++$warnings; 1925 ++$warnings; 1956 ++$warnings; 1983 ++$warnings; 2024 ++$warnings; [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | kernel-doc | 208 my $warnings = 0; 489 ++$warnings; 1479 ++$warnings; 1531 ++$warnings; 1555 ++$warnings; 1904 ++$warnings; 1925 ++$warnings; 1956 ++$warnings; 1983 ++$warnings; 2024 ++$warnings; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/base/test/ |
| H A D | test_async_driver_probe.c | 21 static atomic_t warnings, errors, timeout, async_completed; variable 51 atomic_inc(&warnings); in test_probe() 251 } else if (!atomic_read(&errors) && !atomic_read(&warnings)) { in test_async_probe_init() 279 atomic_read(&errors), atomic_read(&warnings)); in test_async_probe_init()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | bootstrap3-transition.css | 201 /* Errors and warnings accordions */ 204 #warnings .panel-heading { 209 a.toggle-warnings:hover, 215 a.toggle-warnings:focus {
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | kernel-doc | 194 my $warnings = 0; 2067 ++$warnings; 2120 ++$warnings; 2127 ++$warnings; 2152 ++$warnings; 2495 ++$warnings; 2516 ++$warnings; 2527 ++$warnings; 2553 ++$warnings; 2583 ++$warnings; [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | kernel-doc | 194 my $warnings = 0; 2067 ++$warnings; 2120 ++$warnings; 2127 ++$warnings; 2152 ++$warnings; 2495 ++$warnings; 2516 ++$warnings; 2527 ++$warnings; 2553 ++$warnings; 2583 ++$warnings; [all …]
|