/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/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/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Diagnostic.td | 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.
|
H A D | DiagnosticGroups.td | 242 // Allow -Wno-c99-designator to be used to turn off all warnings on valid C99 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. 858 def UserDefinedWarnings : DiagGroup<"user-defined-warnings">; 952 // Populate -Waddress with warnings from other groups. 957 // -Widiomatic-parentheses contains warnings about 'idiomatic' [all …]
|
/freebsd/crypto/openssl/util/ |
H A D | mknum.pl | 24 my $warnings = 1; 34 'warnings!' => \$warnings, 43 warnings => $warnings, 61 warnings => $warnings,
|
/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/contrib/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],
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-warning.mk | 21 .warnings # misspelled 23 .warnings messages # Accepted before 2020-12-13 01:07:54.
|
/freebsd/usr.bin/top/ |
H A D | top.c | 249 char warnings = 0; in main() local 358 warnings++; in main() 385 warnings++; in main() 390 warnings++; in main() 405 warnings++; in main() 477 warnings++; in main() 540 warnings++; in main() 588 if (warnings) in main() 592 sleep(3 * warnings); in main()
|
/freebsd/contrib/mandoc/ |
H A D | mandocdb.c | 182 static int warnings; /* warn about crap */ variable 382 warnings = 1; in mandocdb() 399 nodb = warnings = 1; in mandocdb() 616 if (warnings) in treescan() 625 if (warnings) say("", in treescan() 631 if (warnings) in treescan() 647 if (warnings) in treescan() 663 if (warnings) in treescan() 669 if (warnings) in treescan() 673 if (warnings) in treescan() [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
|
/freebsd/share/mk/ |
H A D | bsd.clang-analyze.mk | 55 CLANG_ANALYZE_CFLAGS= ${CFLAGS:N-Wa,--fatal-warnings} 56 CLANG_ANALYZE_CXXFLAGS= ${CXXFLAGS:N-Wa,--fatal-warnings}
|
/freebsd/contrib/libxo/doc/ |
H A D | options.rst | 61 warn Emit warnings when libxo detects bad calls 62 warn-xml Emit warnings in XML 86 - "warn" allows libxo to emit warnings on stderr when application code 88 - "warn-xml" causes those warnings to be placed in XML inside the 112 W Enable warnings (XOF_WARN)
|
/freebsd/contrib/libxo/xolint/ |
H A D | xolint.pl | 125 local($errors, $warnings, $info) = (0, 0, 0); 158 print $file . ": $errors errors, $warnings warnings, $info info\n" 689 $warnings += 1;
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | configure.ac | 56 # Enable many gcc warnings by default... 66 # all deprecation warnings on OS X; but do so only for gcc... 75 AC_ARG_ENABLE(gcc-warnings, 76 AS_HELP_STRING(--disable-gcc-warnings, disable verbose warnings with GCC)) 844 # Add some more warnings which we use in development but not in the 877 # These warnings break gcc 3.3.5 and work on gcc 4.0.2 883 # These warnings break gcc 4.0.2 and work on gcc 4.2 888 # These warnings break gcc 4.0.2 and clang, but work on gcc 4.2 893 # These warnings wor [all...] |
/freebsd/contrib/libevent/ |
H A D | configure.ac | 56 # Enable many gcc warnings by default... 66 # all deprecation warnings on OS X; but do so only for gcc... 75 AC_ARG_ENABLE(gcc-warnings, 76 AS_HELP_STRING(--disable-gcc-warnings, disable verbose warnings with GCC)) 844 # Add some more warnings which we use in development but not in the 877 # These warnings break gcc 3.3.5 and work on gcc 4.0.2 883 # These warnings break gcc 4.0.2 and work on gcc 4.2 888 # These warnings break gcc 4.0.2 and clang, but work on gcc 4.2 893 # These warnings work on gcc 4.5 898 # Disable the unused-function warnings, because these trigger [all …]
|
/freebsd/contrib/libxo/tests/xo/saved/ |
H A D | xo_02.HIPx.err | 22 --warn OR -W Display warnings in text on stderr 23 --warn-xml Display warnings in xml on stdout
|
H A D | xo_02.HP.err | 22 --warn OR -W Display warnings in text on stderr 23 --warn-xml Display warnings in xml on stdout
|
H A D | xo_02.J.err | 22 --warn OR -W Display warnings in text on stderr 23 --warn-xml Display warnings in xml on stdout
|
H A D | xo_02.JP.err | 22 --warn OR -W Display warnings in text on stderr 23 --warn-xml Display warnings in xml on stdout
|
H A D | xo_02.T.err | 22 --warn OR -W Display warnings in text on stderr 23 --warn-xml Display warnings in xml on stdout
|
H A D | xo_02.X.err | 22 --warn OR -W Display warnings in text on stderr 23 --warn-xml Display warnings in xml on stdout
|
H A D | xo_02.XP.err | 22 --warn OR -W Display warnings in text on stderr 23 --warn-xml Display warnings in xml on stdout
|
H A D | xo_02.H.err | 22 --warn OR -W Display warnings in text on stderr 23 --warn-xml Display warnings in xml on stdout
|
/freebsd/contrib/openpam/ |
H A D | configure.ac | 117 AC_ARG_ENABLE([developer-warnings], 118 AS_HELP_STRING([--enable-developer-warnings], [enable strict warnings (default is NO)]),
|