Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 25 of 1604) sorted by relevance

12345678910>>...65

/netbsd-src/external/mit/isl/dist/m4/
H A Dax_set_warning_flags.m41 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 DREADME.warnings1 $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 DREADME.warnings1 $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 Dpvcs2rcs.in289 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 Dpy_calltime_example.txt64 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 Dpy_cputime_example.txt64 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 Dpy_funccalls_example.txt63 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 Dpy_calltime_example.txt64 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 Dpy_cputime_example.txt64 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 Dpy_funccalls_example.txt63 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 Ddiagtool.rst22 * :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 DDiagnostic.td124 // 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 DDiagnosticGroups.td208 // 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 Dautoconf.as40 -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 Dmknum.pl24 my $warnings = 1;
34 'warnings!' => \$warnings,
43 warnings => $warnings,
61 warnings => $warnings,
/netbsd-src/external/bsd/blocklist/port/
H A Dconfigure.ac57 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 DSumTimerInfo.py21 warnings = 0 variable
40 warnings = warnings + int(s[0]) variable
/netbsd-src/external/bsd/mdocml/dist/
H A Dmandocdb.c178 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 Dmainpage.dox41 …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 Dupdate_mca_test_checks.py14 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 Ddirective-warning.mk21 .warnings # misspelled
23 .warnings messages # Accepted before 2020-12-13 01:07:54.
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Drxelf.em56 { "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 Drxelf.em56 { "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 Dwarning.m445 # 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 Dwarning.m445 # 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],

12345678910>>...65