/netbsd-src/external/mit/isl/dist/m4/ |
H A D | ax_set_warning_flags.m4 | 1 dnl Add a set of flags to WARNING_FLAGS, that enable compiler warnings for 2 dnl isl. The warnings that are enabled vary with the compiler and only include 3 dnl warnings that did not trigger at the time of adding these flags. 10 dnl isl is at the moment clean of -Wall warnings. If clang adds 11 dnl new warnings to -Wall which cause false positives, the 14 dnl all warnings run configure with CFLAGS=-Wno-all.
|
/netbsd-src/external/gpl3/gcc.old/ |
H A D | README.warnings | 1 $NetBSD: README.warnings,v 1.5 2023/07/14 19:46:25 mrg Exp $ 3 What to do about GCC warnings and NetBSD. 6 New GCC releases always come with a host of new warnings and 8 be a pain of new useless warnings, or all three and more. 12 modified for updates to warnings and new warnings. 27 new GCC 10 warnings: 50 new GCC 9 warnings: 62 new GCC 8 warnings: 84 new GCC 7 warnings:
|
/netbsd-src/external/gpl3/gcc/ |
H A D | README.warnings | 1 $NetBSD: README.warnings,v 1.5 2023/08/08 11:50:22 riastradh Exp $ 3 What to do about GCC warnings and NetBSD. 6 New GCC releases always come with a host of new warnings and 8 be a pain of new useless warnings, or all three and more. 12 modified for updates to warnings and new warnings. 31 new GCC 12 warnings: 66 new GCC 10 warnings: 89 new GCC 9 warnings: 101 new GCC 8 warnings: 123 new GCC 7 warnings:
|
/netbsd-src/external/gpl2/xcvs/dist/contrib/ |
H A D | pvcs2rcs.in | 289 my ($errors, $warnings) = (0, 0); 424 my ($errors, $warnings) = (0, 0); # We return these error counters 463 return ($errors, $warnings); 486 return ($errors, $warnings); 505 return ($errors, $warnings); 546 error_count 'warning', \$warnings, "Found two vcs dirs in directory $cd.\n" 547 if ($vcsdir and $options{warnings}); 606 $warnings += $w; 1297 $warnings += $w; 1305 print STDERR ", " . ($warnings ? $warnings : "no") . " warning" . (($warnings != 1) ? "s" : "") [all …]
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
H A D | py_calltime_example.txt | 64 warnings.py func ? 1 65 warnings.py func _OptionError 1 66 warnings.py func _processoptions 1 70 warnings.py func simplefilter 2 97 warnings.py func _OptionError 3 100 warnings.py func _processoptions 3 116 warnings.py func simplefilter 11 151 warnings.py func ? 500 175 warnings.py func _OptionError 3 178 warnings.py func _processoptions 3 [all …]
|
H A D | py_cputime_example.txt | 64 warnings.py func ? 1 65 warnings.py func _OptionError 1 66 warnings.py func _processoptions 1 70 warnings.py func simplefilter 2 94 warnings.py func _OptionError 1 97 warnings.py func _processoptions 1 121 warnings.py func simplefilter 7 148 warnings.py func ? 171 172 warnings.py func _OptionError 1 175 warnings.py func _processoptions 1 [all …]
|
H A D | py_funccalls_example.txt | 63 warnings.py ? 1 64 warnings.py _OptionError 1 65 warnings.py _processoptions 1 69 warnings.py simplefilter 2
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
H A D | py_calltime_example.txt | 64 warnings.py func ? 1 65 warnings.py func _OptionError 1 66 warnings.py func _processoptions 1 70 warnings.py func simplefilter 2 97 warnings.py func _OptionError 3 100 warnings.py func _processoptions 3 116 warnings.py func simplefilter 11 151 warnings.py func ? 500 175 warnings.py func _OptionError 3 178 warnings.py func _processoptions 3 [all …]
|
H A D | py_cputime_example.txt | 64 warnings.py func ? 1 65 warnings.py func _OptionError 1 66 warnings.py func _processoptions 1 70 warnings.py func simplefilter 2 94 warnings.py func _OptionError 1 97 warnings.py func _processoptions 1 121 warnings.py func simplefilter 7 148 warnings.py func ? 171 172 warnings.py func _OptionError 1 175 warnings.py func _processoptions 1 [all …]
|
H A D | py_funccalls_example.txt | 63 warnings.py ? 1 64 warnings.py _OptionError 1 65 warnings.py _processoptions 1 69 warnings.py simplefilter 2
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/CommandGuide/ |
H A D | diagtool.rst | 22 * :ref:`list_warnings` - List warnings and their corresponding flags. 23 * :ref:`show_enabled` - Show which warnings are enabled for a given command line. 35 list-warnings 38 :program:`diagtool` list-warnings
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Diagnostic.td | 124 // This is used for warnings about questionable code; warnings about 130 // Extensions are warnings about accepted language extensions. 131 // Extension warnings are default-off but enabled by -pedantic. 133 // ExtWarns are warnings about accepted language extensions. 134 // ExtWarn warnings are default-on. 136 // Notes can provide supplementary information on errors, warnings, and remarks.
|
H A D | DiagnosticGroups.td | 208 // Allow -Wno-c99-designator to be used to turn off all warnings on valid C99 535 def PoundWarning : DiagGroup<"#warnings">; 600 // For compatibility with GCC. Tautological comparison warnings for constants 606 // Additional tautological comparison warnings based on the expression, not 638 // Preprocessor warnings. 644 // Just silence warnings about -Wstrict-aliasing for now. 650 // Just silence warnings about -Wstrict-overflow for now. 742 def UserDefinedWarnings : DiagGroup<"user-defined-warnings">; 826 // Populate -Waddress with warnings from other groups. 831 // -Widiomatic-parentheses contains warnings about 'idiomatic' [all …]
|
/netbsd-src/external/gpl3/autoconf/dist/bin/ |
H A D | autoconf.as | 40 -W, --warnings=CATEGORY report the warnings falling in CATEGORY [syntax] 46 \`all' all the warnings 47 \`no-CATEGORY' turn off the warnings on CATEGORY 48 \`none' turn off all the warnings 49 \`error' warnings are error 113 --warnings=* | -W?* ) 122 --warnings | -W )
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | mknum.pl | 24 my $warnings = 1; 34 'warnings!' => \$warnings, 43 warnings => $warnings, 61 warnings => $warnings,
|
/netbsd-src/external/bsd/blocklist/port/ |
H A D | configure.ac | 57 AC_MSG_CHECKING(for gcc compiler warnings) 58 AC_ARG_ENABLE(warnings, optenable 59 [ --disable-warnings disable compiler warnings],
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
H A D | SumTimerInfo.py | 21 warnings = 0 variable 40 warnings = warnings + int(s[0]) variable
|
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | mandocdb.c | 178 static int warnings; /* warn about crap */ variable 377 warnings = 1; in mandocdb() 394 nodb = warnings = 1; in mandocdb() 608 if (warnings) in treescan() 617 if (warnings) say("", in treescan() 623 if (warnings) in treescan() 637 if (warnings) in treescan() 653 if (warnings) in treescan() 659 if (warnings) in treescan() 663 if (warnings) in treescan() [all …]
|
/netbsd-src/external/mpl/dhcp/dist/doc/devel/ |
H A D | mainpage.dox | 41 …a href="doxygen.log">[generation log]</a> <a href="doxygen-warnings.log">[errors and warnings]</a>… 42 …ef="cppcheck.log">[generation log]</a> <a href="cppcheck-error.log">[errors and warnings]</a> <br/>
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | update_mca_test_checks.py | 14 import warnings 34 warnings.warn(msg, Warning, stacklevel=2) 38 warnings.resetwarnings() 40 warnings.simplefilter('ignore') 42 warnings.simplefilter('error') 54 file.write(warnings.formatwarning(message, category, filename, lineno, line)) 566 warnings.showwarning = _showwarning
|
/netbsd-src/usr.bin/make/unit-tests/ |
H A D | directive-warning.mk | 21 .warnings # misspelled 23 .warnings messages # Accepted before 2020-12-13 01:07:54.
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | rxelf.em | 56 { "no-flag-mismatch-warnings", no_argument, NULL, OPTION_NO_FLAG_MISMATCH_WARNINGS}, 57 { "flag-mismatch-warnings", no_argument, NULL, OPTION_FLAG_MISMATCH_WARNINGS}, 63 fprintf (file, _(" --no-flag-mismatch-warnings Don'\''t warn about objects with incompatible\n" 65 fprintf (file, _(" --flag-mismatch-warnings Warn about objects with incompatible\n"
|
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | rxelf.em | 56 { "no-flag-mismatch-warnings", no_argument, NULL, OPTION_NO_FLAG_MISMATCH_WARNINGS}, 57 { "flag-mismatch-warnings", no_argument, NULL, OPTION_FLAG_MISMATCH_WARNINGS}, 63 fprintf (file, _(" --no-flag-mismatch-warnings Don'\''t warn about objects with incompatible\n" 65 fprintf (file, _(" --flag-mismatch-warnings Warn about objects with incompatible\n"
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | warning.m4 | 45 # Default set of GCC warnings to enable. 68 [ --enable-werror treat compile warnings as errors], 103 AC_ARG_ENABLE(build-warnings, 104 [ --enable-build-warnings enable build-time compiler warnings],
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | warning.m4 | 45 # Default set of GCC warnings to enable. 70 [ --enable-werror treat compile warnings as errors], 105 AC_ARG_ENABLE(build-warnings, 106 [ --enable-build-warnings enable build-time compiler warnings],
|