| /openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
| H A D | perl-rdepends.txt | 24 RDEPENDS:perl-module-anydbm-file += "perl-module-warnings" 38 RDEPENDS:perl-module-app-cpan += "perl-module-warnings" 47 RDEPENDS:perl-module-app-prove += "perl-module-warnings" 55 RDEPENDS:perl-module-app-prove-state += "perl-module-warnings" 59 RDEPENDS:perl-module-app-prove-state-result += "perl-module-warnings" 61 RDEPENDS:perl-module-app-prove-state-result-test += "perl-module-warnings" 68 RDEPENDS:perl-module-archive-tar-constant += "perl-module-warnings" 86 RDEPENDS:perl-module-attribute-handlers += "perl-module-warnings" 89 RDEPENDS:perl-module-attributes += "perl-module-warnings" 96 RDEPENDS:perl-module-autodie-exception += "perl-module-warnings" [all …]
|
| /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/qemu/python/qemu/qmp/ |
| H A D | util.py | 13 import warnings 34 with warnings.catch_warnings(): 37 warnings.simplefilter("ignore")
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | disable_warning_urllib.py | 3 import warnings 10 warnings.filterwarnings("ignore")
|
| /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/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/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/openbmc/poky/bitbake/bin/ |
| H A D | bitbake-server | 10 import warnings 11 warnings.simplefilter("default") 12 warnings.filterwarnings("ignore", category=DeprecationWarning, message=".*use.of.fork.*may.lead.to.…
|
| 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/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/poky/meta/recipes-devtools/perl/ |
| H A D | libtest-warnings-perl_0.038.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/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
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-test/pacbti/ |
| H A D | test-pacbti.bb | 11 # Compile with -zforce-bti with fatal warnings, so the link fails if PAC/BTI 13 ${CC} ${CFLAGS} ${LDFLAGS} -z force-bti -Werror -Wl,--fatal-warnings ${S}/pacbti.c
|
| /openbmc/qemu/scripts/ |
| H A D | kernel-doc | 215 my $warnings = 0; 579 ++$warnings; 1632 ++$warnings; 1684 ++$warnings; 1708 ++$warnings; 2087 ++$warnings; 2108 ++$warnings; 2128 ++$warnings; 2158 ++$warnings; 2185 ++$warnings; [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
| H A D | 0002-configure-Disable-selected-warnings.patch | 4 Subject: [PATCH 2/2] configure: Disable selected warnings 6 These warnings are emitted when compiling with gcc 11 and gcc 12
|
| /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/poky/bitbake/lib/toaster/bldcontrol/management/commands/ |
| H A D | checksettings.py | 13 import warnings 108 with warnings.catch_warnings(): 109 warnings.filterwarnings(
|
| /openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/gnu-efi/ |
| H A D | 0001-Do-not-treat-warnings-as-errors.patch | 4 Subject: [PATCH] Do not treat warnings as errors 6 There are additional warnings found with musl which are
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libfile/ |
| H A D | libfile-slurper-perl_0.014.bb | 24 perl-module-warnings \ 27 RDEPENDS:${PN}-ptest += "libtest-warnings-perl \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/files/ |
| H A D | 0001-Ignore-Compiler-Warnings.patch | 23 +option(ENABLE_WERROR "Enable warnings as errors" ON) 42 # Enable more warnings if not doing a release build.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libconfig/libconfig/ |
| H A D | 0001-Fix-declarations-to-allow-build-with-gcc-15.patch | 20 /* These declarations are provided to suppress compiler warnings. */ 32 +/* These declarations are provided to suppress compiler warnings. */
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/ |
| H A D | libdev-checklib-perl_1.16.bb | 23 # '-w' with 'use warnings;' 25 -e "/use strict;/ause warnings;" ${D}${bindir}/use-devel-checklib
|