For kernel builds, make the -Wshift-negative-value non-fatal for now.

This commit is contained in:
Dimitry Andric 2015-08-17 21:07:21 +00:00
parent 6fdf637e23
commit 45587483d8

View File

@ -30,6 +30,9 @@ NO_WCAST_QUAL= -Wno-cast-qual
CWARNEXTRA?= -Wno-error-tautological-compare -Wno-error-empty-body \
-Wno-error-parentheses-equality -Wno-error-unused-function \
-Wno-error-pointer-sign
.if ${COMPILER_VERSION} >= 30700
CWARNEXTRA+= -Wno-error-shift-negative-value
.endif
CLANG_NO_IAS= -no-integrated-as
.if ${COMPILER_VERSION} < 30500