/freebsd/contrib/blocklist/port/ |
H A D | configure.ac | 9 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/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticGroups.td | 242 // 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 about -Wstrict-overflow for now. [all …]
|
H A D | Diagnostic.td | 132 // 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/contrib/libpcap/ |
H A D | diag-control.h | 53 * 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/crypto/openssl/external/perl/Text-Template-1.56/t/ |
H A D | warnings.t | 4 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 D | hash.t | 7 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/contrib/bmake/mk/ |
H A D | warnings.mk | 4 # $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}} [all...] |
/freebsd/crypto/openssl/util/ |
H A D | mknum.pl | 11 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 D | Makefile.PL | 3 use warnings; 25 "warnings" => 0 32 "Test::Warnings" => 0, 52 "Test::Warnings" => 0, 58 "warnings" => 0
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_set_flags.3 | 74 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 D | xo_options.7 | 61 .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/file/ |
H A D | configure.ac | 98 AC_SUBST(WARNINGS) subst 159 AC_MSG_CHECKING(for gcc compiler warnings) 160 AC_ARG_ENABLE(warnings, optenable 161 [ --disable-warnings disable compiler warnings], 164 WARNINGS= 167 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \ 174 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \ 179 WARNINGS=
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-warning.mk | 20 # 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 D | opt-warnings-as-errors.exp | 1 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/contrib/libxo/ |
H A D | warnings.mk | 11 # Commonly used sets of warnings 50 WARNINGS += ${HIGH_WARNINGS} 52 WARNINGS += ${LOW_WARNINGS} 56 WARNINGS += -fno-inline-functions-called-once
|
/freebsd/contrib/ntp/ntpd/ |
H A D | check_y2k.c | 139 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/llvm-project/llvm/include/llvm/DWARFLinkerParallel/ |
H A D | DWARFFile.h |
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | TraceGDBRemotePackets.cpp | 103 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/tools/build/options/ |
H A D | WITHOUT_WERROR | 1 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/usr.sbin/lpr/chkprintcap/ |
H A D | skimprintcap.c | 177 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/contrib/elftoolchain/elfcopy/ |
H A D | elfcopy.1 | 65 .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/include/clang/Sema/ |
H A D | AnalysisBasedWarnings.h | 1 //=- 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/contrib/ntp/ |
H A D | Makefile.am | 75 @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/contrib/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1 //=== 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 on blocks immediately in handleNeverCalled() [all …]
|
/freebsd/tools/pkgbase/ |
H A D | README.md | 17 * `-c` lints the file and gives warnings/errors, including duplication and 36 only prints errors and warnings found in the file 38 prints errors and warnings found in the file, including directories with no
|