/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
|
directive-warning.mk | 21 # 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.
|
opt-warnings-as-errors.mk | 1 # $NetBSD: opt-warnings-as-errors.mk,v 1.6 2023/06/01 20:56:35 rillig Exp $ 3 # Tests for the -W command line option, which turns warnings into 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 | 79 # gcc includes #elif in the warnings, which is 'this code will not compile 84 # Don't suppress warnings coming from constructs in system headers. 90 # Set assembler warnings to be fatal 91 CFLAGS+= ${${ACTIVE_CC} == "gcc" :? -Wa,--fatal-warnings :} 94 # Set linker warnings to be fatal 95 # XXX no proper way to avoid "FOO is a patented algorithm" warnings 101 LDFLAGS+= -Wl,--fatal-warnings 237 CPUFLAGS+= -Wa,--fatal-warnings
|
sys.mk | 58 # Remove -Wsystem-headers because C++ headers aren't clean of warnings
|
bsd.kmodule.mk | 34 AFLAGS+= -D_LOCORE -Wa,--fatal-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; 110 use warnings;
|
/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/tools/compat/ |
defs.mk.in | 76 # Override HOST_CC support for <bsd.own.mk> CC_* warnings
|
configure.ac | 350 dnl Detect HOST_CC support for <bsd.own.mk> CC_* warnings
|
/src/tools/make/ |
configure.ac | 53 dnl NOWARNFLAGS: compiler flags to suppress unnecessary warnings:
|
/src/games/hack/ |
hack.mon.c | 78 static const char *const warnings[] = { variable in typeref:typename:const char * const[] 152 if (warnlevel >= SIZE(warnings)) 153 warnlevel = SIZE(warnings) - 1; 171 pline("%s %s!", rr, warnings[warnlevel]);
|
/src/sys/external/bsd/drm/dist/ |
configure.ac | 108 # warnings, (perhaps implicitly). So we put some grouped
|
/src/usr.bin/xlint/lint1/ |
README.md | 66 warnings but may be interesting to look at on a case-by-case basis. 225 `-S` for C99 mode and `-w` to report warnings as errors.
|
/src/share/locale/ctype/ |
gen_ctype_utf8.pl | 4 use warnings;
|
/src/sys/external/isc/libsodium/dist/m4/ |
ax_valgrind_check.m4 | 201 G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly
|
/src/usr.bin/make/ |
test-variants.mk | 28 # Try a different compiler, with slightly different warnings and error
|