/openbmc/openbmc/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 …]
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
H A D | 0001-Use-CC-to-check-for-implicit-fallthrough-warning-sup.patch | 24 - FALLTHROUGH := $(shell gcc -Q --help=warnings 2>&1 | grep "implicit-fallthrough" | wc -l) 25 + FALLTHROUGH := $(shell ${CC} -Q --help=warnings 2>&1 | grep "implicit-fallthrough" | wc -l) 32 - FORMATOVERFLOW := $(shell gcc -Q --help=warnings 2>&1 | grep "format-overflow" | wc -l) 33 + FORMATOVERFLOW := $(shell ${CC} -Q --help=warnings 2>&1 | grep "format-overflow" | wc -l) 40 - STRINGOPOVERFLOW := $(shell gcc -Q --help=warnings 2>&1 | grep "stringop-overflow" | wc -l) 41 + STRINGOPOVERFLOW := $(shell ${CC} -Q --help=warnings 2>&1 | grep "stringop-overflow" | wc -l)
|
/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | parse-build.sh | 38 grep warning: < $F > $T/warnings 39 grep "include/linux/*rcu*\.h:" $T/warnings > $T/hwarnings 40 grep "kernel/rcu/[^/]*:" $T/warnings > $T/cwarnings 41 grep "^ld: .*undefined reference to" $T/warnings | head -1 > $T/ldwarnings
|
/openbmc/openbmc/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 \
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-soc-clean-dts.rst | 18 new ``make dtbs_check W=1`` warnings. Warnings in a new board DTS, which are 20 warnings. The platform maintainers have automation in place which should point 21 out any new warnings. 23 If a commit introducing new warnings gets accepted somehow, the resulting
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | __init__.py | 30 import warnings 177 warnings.warn( 184 warnings.warn( 191 warnings.warn( 198 warnings.warn( 205 warnings.warn( 213 warnings.warn( 228 …warnings.warn("You provided Unicode markup but also provided a value for from_encoding. Your from_… 299 warnings.warn( 305 …warnings.warn("Keyword arguments to the BeautifulSoup constructor will be ignored. These would nor… [all …]
|
/openbmc/linux/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()
|
/openbmc/phosphor-networkd/src/ |
H A D | config_parser.cpp | 153 std::vector<std::string> warnings; member 165 warnings.emplace_back(std::format("{}:{}: Section missing ]", in pumpSection() 174 warnings.emplace_back( in pumpSection() 210 warnings.insert(warnings.end(), in pumpKV() 270 parse.warnings.emplace_back( in setFile() 277 this->warnings = std::move(parse.warnings); in setFile()
|
/openbmc/linux/lib/ |
H A D | debugobjects.c | 1163 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() argument 1189 if (warnings != debug_objects_warnings) { in check_results() 1191 warnings, debug_objects_warnings); in check_results() 1215 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local 1221 warnings = oldwarnings = debug_objects_warnings; in debug_objects_selftest() 1225 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 1228 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest() 1231 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest() 1234 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest() 1237 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest() [all …]
|
/openbmc/u-boot/tools/patman/ |
H A D | test.py | 224 self.assertEqual(result.warnings, 0) 235 self.assertEqual(result.warnings, 0) 246 self.assertEqual(result.warnings, 1) 257 self.assertEqual(result.warnings, 3) 268 self.assertEqual(result.warnings, 0)
|
H A D | checkpatch.py | 96 result.warnings = int(match.group(2)) 151 warning_count += result.warnings 154 result.warnings, result.checks, col.Color(col.BLUE, fname))) 155 if (len(result.problems) != result.errors + result.warnings +
|
/openbmc/linux/tools/objtool/ |
H A D | check.c | 3811 int warnings = 0; in validate_unwind_hints() local 3820 warnings += validate_unwind_hint(file, insn, &state); in validate_unwind_hints() 3823 warnings += validate_unwind_hint(file, insn, &state); in validate_unwind_hints() 3826 return warnings; in validate_unwind_hints() 3946 int ret, warnings = 0; in validate_unrets() local 3957 warnings += ret; in validate_unrets() 3960 return warnings; in validate_unrets() 3966 int warnings = 0; in validate_retpoline() local 3990 warnings++; in validate_retpoline() 3993 return warnings; in validate_retpoline() [all …]
|
/openbmc/linux/arch/x86/tools/ |
H A D | insn_decoder_test.c | 117 int warnings = 0; in main() local 157 warnings++; in main() 167 if (warnings) in main() 169 "failures\n", insns, warnings); in main()
|
/openbmc/openbmc/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. \ 42 perl-module-warnings \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/ |
H A D | 0005-Don-t-match-Wnon-virtual-dtor-in-the-flags-are-neede.patch | 5 suppress warnings in headers". It should fall through to the "don't impose 6 our warnings on others" case. Do this by matching on "-Wno-*" instead of 28 # These flags are needed to suppress warnings that might fire in our headers.
|
/openbmc/qemu/scripts/ |
H A D | kernel-doc | 215 my $warnings = 0; 579 ++$warnings; 1633 ++$warnings; 1685 ++$warnings; 1709 ++$warnings; 2088 ++$warnings; 2109 ++$warnings; 2129 ++$warnings; 2159 ++$warnings; 2186 ++$warnings; [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | disable_warning_urllib.py | 3 import warnings 10 warnings.filterwarnings("ignore")
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
H A D | libtest-warnings-perl_0.037.bb | 1 SUMMARY = "Test::Warnings - Test for warnings and the lack of them" 3 warnings generated by your tests, combined with the convenience of \ 6 be calculated *before* the warnings test is run, resulting in a TAP error. \
|
/openbmc/linux/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() 247 } else if (!atomic_read(&errors) && !atomic_read(&warnings)) { in test_async_probe_init() 275 atomic_read(&errors), atomic_read(&warnings)); in test_async_probe_init()
|
/openbmc/u-boot/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 …]
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake | 15 import warnings 16 warnings.simplefilter("default")
|
H A D | toaster-eventreplay | 22 import warnings 23 warnings.simplefilter("default")
|
H A D | bitbake-selftest | 10 import warnings 11 warnings.simplefilter("default")
|
/openbmc/openbmc/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 {
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
H A D | openhpi-fix-host-gcc.patch | 1 fix host gcc warnings 3 Remove gcc warnings when gcc is v3.2
|