Home
last modified time | relevance | path

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

12345678910>>...69

/freebsd-src/contrib/blocklist/port/
H A Dconfigure.ac9 AC_SUBST(WARNINGS) subst
57 AC_MSG_CHECKING(for gcc compiler warnings)
58 AC_ARG_ENABLE(warnings, optenable
59 [ --disable-warnings disable compiler warnings],
62 WARNINGS=
65 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
72 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
77 WARNINGS=
/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td242 // Allow -Wno-c99-designator to be used to turn off all warnings on valid C99
294 // Warnings for C code which is not compatible with previous C standards.
308 // Warnings for C++ code which is not compatible with previous C++ standards.
351 // Warnings for C++11 features which are Extensions in C++98 mode.
638 def PoundWarning : DiagGroup<"#warnings">;
709 // For compatibility with GCC. Tautological comparison warnings for constants
715 // Additional tautological comparison warnings based on the expression, not
749 // Preprocessor warnings.
757 // Just silence warnings about -Wstrict-aliasing for now.
763 // Just silence warnings abou
[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.
/freebsd-src/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-src/contrib/bmake/mk/
H A Dwarnings.mk4 # $Id: warnings.mk,v 1.18 2024/02/17 17:26:57 sjg Exp $
23 # Any number of warnings sets can be added.
24 .-include <warnings-sets.mk>
26 .-include <local.warnings.mk>
28 # Modest defaults - put more elaborate sets in warnings-sets.mk
120 # Replacing the above .for loops with the WARNINGS+= below solves that
144 # first a list of warnings from the chosen set
152 WARNINGS += ${_warnings:N-Wno-*} ${_no_warnings:O:u}
155 # Just ${WARNINGS} should do, but this is more flexible?
156 CFLAGS+= ${WARNINGS_${.TARGET:T:${TARGET_PREFIX_FILTER:ts:}}.o:U${WARNINGS}}
/freebsd-src/crypto/openssl/util/
H A Dmknum.pl11 use warnings;
24 my $warnings = 1;
34 'warnings!' => \$warnings,
43 warnings => $warnings,
61 warnings => $warnings,
/freebsd-src/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-src/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-src/contrib/bmake/unit-tests/
H A Ddirective-warning.mk20 # expect+1: Unknown directive "warnings"
21 .warnings # misspelled
22 # expect+1: Unknown directive "warnings"
23 .warnings messages # Accepted before 2020-12-13 01:07:54.
H A Dopt-warnings-as-errors.exp1 make: "opt-warnings-as-errors.mk" line 13: warning: message 1
2 make: parsing warnings being treated as errors
3 make: "opt-warnings-as-errors.mk" line 15: warning: message 2
/freebsd-src/contrib/file/
H A Dconfigure.ac103 AC_SUBST(WARNINGS)
179 AC_MSG_CHECKING(for gcc compiler warnings)
180 AC_ARG_ENABLE(warnings,
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=
98 AC_SUBST(WARNINGS) global() subst
160 AC_ARG_ENABLE(warnings, global() optenable
/freebsd-src/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-src/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-src/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-src/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-src/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp21 /// HandleDiagnostic - Store the errors, warnings, and notes that are
25 // Default implementation (Warnings/errors count). in HandleDiagnostic()
38 All.emplace_back(Level, Warnings.size()); in HandleDiagnostic()
39 Warnings.emplace_back(Info.getLocation(), std::string(Buf)); in HandleDiagnostic()
63 Diag << Warnings[I.second].second; in FlushDiagnostics()
/freebsd-src/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-src/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-src/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.
36 // The warnings to run.
103 // Issue warnings that require whole-translation-unit analysis.
/freebsd-src/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.
77 // while the second pass reports warnings/errors. This has the effect that in ProcessWarningOptions()
88 for (unsigned i = 0, e = Opts.Warnings.size(); i != e; ++i) { in ProcessWarningOptions()
90 StringRef Opt = Opts.Warnings[i]; in ProcessWarningOptions()
91 StringRef OrigOpt = Opts.Warnings[i]; in ProcessWarningOptions()
115 // warnings, including ones not explicitly in a warning group. in ProcessWarningOptions()
/freebsd-src/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."
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1 //=== AnalysisBasedWarnings.cpp - Sema warnings based on libAnalysis ------===//
10 // Together they are used by Sema to issue warnings based on inexpensive
127 // the majority of warnings in headers are false positives. These in CheckUnreachable()
1017 /// as a warning. If a particular use is one we omit warnings for, returns
1439 // Sort by first use so that we emit the warnings in a deterministic order. in diagnoseRepeatedUseOfWeak()
1468 // Iterate through the sorted problems and emit warnings for each. in diagnoseRepeatedUseOfWeak()
1541 // multiple warnings. in operator ()()
1675 // Report all of the warnings we've gathered for the given block.
1682 // Discard all of the warnings we've gathered for the given block.
1729 // We shouldn't report these warnings o in handleNeverCalled()
1798 DiagList Warnings; global() member in clang::threadSafety::__anon3adb0fcd1111::ThreadSafetyReporter
2098 DiagList Warnings; global() member in clang::consumed::__anon3adb0fcd1211::ConsumedWarningsHandler
[all...]

12345678910>>...69