nova: enable -Weffc++ for kernel

Issue #465
Issue #2646
This commit is contained in:
Alexander Boettcher
2018-01-18 22:31:26 +01:00
committed by Norman Feske
parent 711cce3f4d
commit 2ee15cc2e0
3 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,6 @@ CC_WARN = -Wall -Wextra -Waggregate-return -Wcast-align -Wcast-qual \
-Wold-style-cast -Woverloaded-virtual -Wsign-promo \
-Wlogical-op -Wstrict-null-sentinel \
-Wstrict-overflow=5 -Wvolatile-register-var
CC_CXX_WARN_STRICT =
CC_OPT += -pipe \
-fdata-sections -fomit-frame-pointer -freg-struct-return \
-freorder-blocks -funit-at-a-time -fno-exceptions -fno-rtti \