Home
last modified time | relevance | path

Searched full:warnings (Results 1 – 25 of 1715) sorted by relevance

12345678910>>...69

/freebsd/contrib/blocklist/port/
H A Dconfigure.ac9 AC_SUBST(WARNINGS) subst
59 AC_MSG_CHECKING(for gcc compiler warnings)
60 AC_ARG_ENABLE(warnings, optenable
61 [ --disable-warnings disable compiler warnings],
64 WARNINGS=
67 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
74 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
79 WARNINGS=
/freebsd/contrib/libpcap/
H A Ddiag-control.h53 * Suppress "enum value not explicitly handled in switch" warnings.
70 * Suppress "switch statement has only a default case" warnings.
83 * Suppress Flex, narrowing, and deprecation warnings.
90 * Suppress -Wdocumentation warnings; GCC doesn't support -Wdocumentation,
110 * Suppress the only narrowing warnings you get from Clang.
120 * Suppress deprecation warnings.
158 * code warnings.
170 * Suppress narrowing warnings.
180 * Suppress deprecation warnings.
202 * GCC currently doesn't issue any narrowing warnings.
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td291 // Allow -Wno-c99-designator to be used to turn off all warnings on valid C99
347 // Warnings for C code which is not compatible with previous C standards.
361 // Warnings for C++ code which is not compatible with previous C++ standards.
404 // Warnings for C++11 features which are Extensions in C++98 mode.
754 def PoundWarning : DiagGroup<"#warnings">;
868 // For compatibility with GCC. Tautological comparison warnings for constants
874 // Additional tautological comparison warnings based on the expression, not
907 // Preprocessor warnings.
918 // Just silence warnings about -Wstrict-aliasing for now.
924 // Just silence warnings about -Wstrict-overflow for now.
[all …]
H A DDiagnostic.td132 // Warnings default to on (but can be default-off'd with DefaultIgnore).
133 // This is used for warnings about questionable code; warnings about
139 // Extensions are warnings about accepted language extensions.
140 // Extension warnings are default-off but enabled by -pedantic.
142 // ExtWarns are warnings about accepted language extensions.
143 // ExtWarn warnings are default-on.
145 // Notes can provide supplementary information on errors, warnings, and remarks.
171 // C++ compatibility warnings.
201 // These generate pairs of C++ compatibility warnings of the form:
213 // This generates two warnings:
/freebsd/contrib/bmake/mk/
H A Dwarnings.mk1 # $Id: warnings.mk,v 1.19 2025/08/09 22:42:24 sjg Exp $
15 # Any number of warnings sets can be added.
16 .-include <warnings-sets.mk>
18 .-include <local.warnings.mk>
20 # Modest defaults - put more elaborate sets in warnings-sets.mk
112 # Replacing the above .for loops with the WARNINGS+= below solves that
136 # first a list of warnings from the chosen set
144 WARNINGS += ${_warnings:N-Wno-*} ${_no_warnings:O:u}
147 # Just ${WARNINGS} should do, but this is more flexible?
148 CFLAGS+= ${WARNINGS_${.TARGET:T:${TARGET_PREFIX_FILTER:ts:}}.o:U${WARNINGS}}
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dwarnings.t4 use warnings;
16 unless (eval { require Test::Warnings; 1; }) {
17 plan(skip_all => '[ Test::Warnings ] is required for testing');
20 Test::Warnings->import;
26 'This template should not produce warnings.'.$bad;
37 is $result, 'This template should not produce warnings.';
H A Dhash.t7 use warnings;
51 my $WARNINGS = 0;
53 local $SIG{__WARN__} = sub { $WARNINGS++ };
61 cmp_ok $WARNINGS, '==', 0;
67 $WARNINGS = 0;
71 cmp_ok $WARNINGS, '==', 0;
/freebsd/crypto/openssl/util/
H A Dmknum.pl11 use warnings;
24 my $warnings = 1;
34 'warnings!' => \$warnings,
43 warnings => $warnings,
61 warnings => $warnings,
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DMakefile.PL3 use warnings;
25 "warnings" => 0
32 "Test::Warnings" => 0,
52 "Test::Warnings" => 0,
58 "warnings" => 0
/freebsd/contrib/libxo/libxo/
H A Dxo_set_flags.374 Generate warnings for broken calls, triggering diagnostic
77 Without warnings enabled, such conditions are ignored.
78 Warnings allow developers to debug their interaction with
83 regardless of whether warnings are enabled.
85 Generate warnings in XML on stdout
H A Dxo_options.761 .It "warn " "Emit warnings when libxo detects bad calls"
62 .It "warn\-xml " "Emit warnings in XML"
131 to emit warnings on stderr when application code make incorrect calls.
132 .Fa warn\-xml causes those warnings to be placed in
/freebsd/contrib/ntp/ntpd/
H A Dcheck_y2k.c139 Warnings++; else Fatals++
145 int Warnings; in main() local
184 Fatals = Warnings = 0; in main()
189 "%4d: %s(%d): FATAL DID NOT INCREMENT (Fatals=%d Warnings=%d)\n", in main()
190 (int)year, __FILE__, __LINE__, (int)Fatals, (int)Warnings ); in main()
195 Fatals = Warnings = 0; in main()
197 if ( Warnings == 0 ) in main()
200 "%4d: %s(%d): WARNING DID NOT INCREMENT (Fatals=%d Warnings=%d)\n", in main()
201 (int)year, __FILE__, __LINE__, (int)Fatals, (int)Warnings ); in main()
204 Fatals = Warnings = 0; in main()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-warning.mk21 # expect+1: Unknown directive "warnings"
22 .warnings # misspelled
23 # expect+1: Unknown directive "warnings"
24 .warnings messages # Accepted before 2020-12-13 01:07:54.
H A Dopt-warnings-as-errors.exp1 make: opt-warnings-as-errors.mk:13: warning: message 1
2 make: parsing warnings being treated as errors
3 make: opt-warnings-as-errors.mk:15: warning: message 2
/freebsd/contrib/libxo/
H A Dwarnings.mk11 # Commonly used sets of warnings
50 WARNINGS += ${HIGH_WARNINGS}
52 WARNINGS += ${LOW_WARNINGS}
56 WARNINGS += -fno-inline-functions-called-once
/freebsd/contrib/pam-krb5/ci/
H A Dtest21 # Build everything with Clang first, with warnings enabled.
27 make warnings
29 # Then rebuild everything with GCC with warnings enabled.
36 make warnings
/freebsd/contrib/file/
H A Dconfigure.ac103 AC_SUBST(WARNINGS) subst
179 AC_MSG_CHECKING(for gcc compiler warnings)
180 AC_ARG_ENABLE(warnings, optenable
181 [ --disable-warnings disable compiler warnings],
184 WARNINGS=
187 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
194 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
199 WARNINGS=
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DDWARFFile.h
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTraceGDBRemotePackets.cpp103 o.map("cpus", packet.cpus) && o.map("warnings", packet.warnings); in fromJSON()
110 {"warnings", packet.warnings}}); in toJSON()
114 if (!warnings) in AddWarning()
115 warnings.emplace(); in AddWarning()
116 warnings->push_back(warning.data()); in AddWarning()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h1 //=- AnalysisBasedWarnings.h - Sema warnings based on libAnalysis -*- C++ -*-=//
10 // that issues warnings based on dataflow-analysis.
38 // The warnings to run.
107 // Issue warnings that require whole-translation-unit analysis.
115 // will override the policy used to issue warnings.
/freebsd/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c177 skinf->warnings++; in skim_printcap()
194 skinf->warnings++; in skim_printcap()
210 skinf->warnings++; in skim_printcap()
226 skinf->warnings++; in skim_printcap()
235 skinf->warnings++; in skim_printcap()
252 if (skinf->warnings > 0) in skim_printcap()
253 warnx("%4d warnings from skimming %s", skinf->warnings, in skim_printcap()
/freebsd/tools/build/options/
H A DWITHOUT_WERROR1 Set this to not treat compiler warnings as errors.
2 Useful as a temporary workaround when working on fixing compiler warnings.
3 When set, warnings are still printed in the build log but do not fail the build.
/freebsd/contrib/elftoolchain/elfcopy/
H A Delfcopy.165 .Op Fl -adjust-warnings | Fl -change-warnings
74 .Op Fl -no-adjust-warnings | Fl -no-change-warnings
216 .It Fl -adjust-warnings | Fl -change-warnings
261 .It Fl -no-adjust-warnings | Fl -no-change-warnings
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DWarnings.cpp1 //===--- Warnings.cpp - C-Language Front-end ------------------------------===//
18 // Each warning option controls any number of actual warnings.
80 // while the second pass reports warnings/errors. This has the effect that in ProcessWarningOptions()
91 for (unsigned i = 0, e = Opts.Warnings.size(); i != e; ++i) { in ProcessWarningOptions()
93 StringRef Opt = Opts.Warnings[i]; in ProcessWarningOptions()
94 StringRef OrigOpt = Opts.Warnings[i]; in ProcessWarningOptions()
118 // warnings, including ones not explicitly in a warning group. in ProcessWarningOptions()
232 // (like -Wno-unknown-warning-option) as we can emit extra warnings during in ProcessWarningOptions()
/freebsd/contrib/ntp/
H A DMakefile.am75 @echo "Compiling with GCC now generates lots of new warnings."
77 @echo "Don't be concerned. They're just warnings."
79 @echo "Don't send bug reports about the warnings, either."
81 @echo "Feel free to send patches that fix these warnings, though."

12345678910>>...69