HomeSort by: relevance | last modified time | path
    Searched refs:warnings (Results 1 - 23 of 23) sorted by relevancy

  /src/usr.bin/make/unit-tests/
opt-warnings-as-errors.exp 1 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
Makefile 298 TESTS+= opt-warnings-as-errors
  /src/tests/crypto/libcrypto/idea/
Makefile 8 LDADD+= -Wl,--no-fatal-warnings
  /src/tests/crypto/libcrypto/mdc2/
Makefile 8 LDADD+= -Wl,--no-fatal-warnings
  /src/tests/crypto/libcrypto/rc5/
Makefile 8 LDADD+= -Wl,--no-fatal-warnings
  /src/usr.sbin/dev_mkdb/
Makefile 12 LDFLAGS+= -Wl,--no-fatal-warnings
  /src/tools/file/
Makefile 12 --disable-warnings --disable-libseccomp
  /src/share/mk/
bsd.clang-analyze.mk 15 CLANG_ANALYZE_CFLAGS= ${CFLAGS:N-Wa,--fatal-warnings}
16 CLANG_ANALYZE_CXXFLAGS= ${CXXFLAGS:N-Wa,--fatal-warnings}
bsd.sys.mk 80 # gcc includes #elif in the warnings, which is 'this code will not compile
85 # Don't suppress warnings coming from constructs in system headers.
91 # Set assembler warnings to be fatal
92 CFLAGS+= ${${ACTIVE_CC} == "gcc" :? -Wa,--fatal-warnings :}
95 # Set linker warnings to be fatal
96 # XXX no proper way to avoid "FOO is a patented algorithm" warnings
102 LDFLAGS+= -Wl,--fatal-warnings
238 CPUFLAGS+= -Wa,--fatal-warnings
sys.mk 62 # Remove -Wsystem-headers because C++ headers aren't clean of warnings
bsd.kmodule.mk 34 AFLAGS+= -D_LOCORE -Wa,--fatal-warnings
bsd.own.mk 755 # Clang and GCC compiler-specific options, usually to disable warnings.
  /src/tests/lib/libcurses/slave/
Makefile 15 LDADD+= -lcurses -lterminfo -Wl,--no-fatal-warnings
  /src/tests/usr.bin/indent/
edge_cases.c 78 use warnings; variable
110 use warnings; variable
  /src/tests/lib/libc/stdlib/
Makefile 44 LDADD.t_mktemp+= -Wl,--no-fatal-warnings
  /src/tests/lib/libpthread/
Makefile 52 LDFLAGS.t_compat_cancel+= -Wl,--no-fatal-warnings # intend compat use
  /src/games/hack/
hack.mon.c 78 static const char *const warnings[] = { variable
152 if (warnlevel >= SIZE(warnings))
153 warnlevel = SIZE(warnings) - 1;
171 pline("%s %s!", rr, warnings[warnlevel]);
  /src/share/locale/ctype/
gen_ctype_utf8.pl 4 use warnings;
  /src/usr.bin/make/
test-variants.mk 28 # Try a different compiler, with slightly different warnings and error
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 452 # By default, display warnings according to 'opt_warning_types'. Set
453 # 'warning_func' to ':' to elide all warnings, or func_fatal_error to
457 # Set to 'all' to display all warnings, 'none' to suppress all
458 # warnings, or a space delimited list of some subset of
459 # 'warning_categories' to display only the listed warnings.
1455 -W, --warnings=CATEGORY
1456 report the warnings falling in CATEGORY [all]
1465 'all' show all warnings
1466 'none' turn off all the warnings
1467 'error' warnings are treated as fatal errors
    [all...]
  /src/lib/libc/time/
zic.c 319 static bool warnings; variable
753 warnings = true;
1414 if (warnings && (ferror(stderr) || fclose(stderr) != 0))
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 791 # Don't know what to do; header guard warnings may be wrong...
949 # unnecessary blank line warnings later in the code.
1273 'Lint may give bogus warnings. '
1281 'do well with such strings, and may give bogus warnings. They\'re '
1824 # attempt triggered 5 warnings for mostly benign code in the regtest, hence
2225 # namespace body. In other words, don't issue blank line warnings
2692 # extraneous warnings.
3451 This also handles sizeof(type) warnings, due to similarity of content.
3661 This function will output warnings to make sure you are including the headers
  /src/sys/external/isc/libsodium/dist/
configure 1550 CWFLAGS define to compilation flags for generating extra warnings
4329 # icc doesn't choke on unknown options, it will just issue warnings
4915 # other compiler flags to prevent continual compiler warnings
6077 G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly
6260 // work around unused variable warnings
6395 # icc doesn't choke on unknown options, it will just issue warnings
12707 # save warnings/boilerplate of simple test code
12762 # So say no if there are warnings other than the usual output.
13170 # So say no if there are warnings other than the usual output.
13220 # So say no if there are warnings
    [all...]

Completed in 1294 milliseconds