% WITHOUT_FORMAT_EXTENSIONS= XCC=/usr/local/bin/gcc8 make -j96 buildkernel KERNCONF=GENERIC-NODEBUG -s >& log
% grep "inlining failed" log | wc 234 3570 36065 Consensus on those polled is that inlining failure warnings are not useful Approved by: sbruno
This commit is contained in:
parent
d8cf9c4f8b
commit
df66feb8da
@ -4,7 +4,7 @@
|
||||
# Warning flags for compiling the kernel and components of the kernel:
|
||||
#
|
||||
CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
|
||||
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
|
||||
-Wmissing-prototypes -Wpointer-arith -Wcast-qual \
|
||||
-Wundef -Wno-pointer-sign ${FORMAT_EXTENSIONS} \
|
||||
-Wmissing-include-dirs -fdiagnostics-show-option \
|
||||
-Wno-unknown-pragmas \
|
||||
|
Loading…
Reference in New Issue
Block a user