]> xenbits.xensource.com Git - unikraft/libs/libcxxabi.git/commitdiff
Add supress flags for cleaner build. RELEASE-0.4 RELEASE-0.5
authorFelipe Huici <felipe.huici@neclab.eu>
Thu, 13 Feb 2020 20:45:33 +0000 (21:45 +0100)
committerSimon Kuenzer <simon.kuenzer@neclab.eu>
Fri, 14 Feb 2020 09:21:56 +0000 (10:21 +0100)
Signed-off-by: Felipe Huici <felipe.huici@neclab.eu>
Reviewed-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Makefile.uk

index 3bc2e91b508790a8040020a4762c07c8262d27f3..a4ad2b42b3df036b434c722521ee402c7b9fd2dc 100644 (file)
@@ -74,7 +74,7 @@ endif
 LIBCXXABI_CFLAGS-y    +=  $(CONFIG_FLAGS)
 LIBCXXABI_CXXFLAGS-y    +=  $(CONFIG_FLAGS)
 
-LIBCXXABI_SUPPRESS_FLAGS += -Wno-unused-parameter
+LIBCXXABI_SUPPRESS_FLAGS += -Wno-unused-parameter -Wno-parentheses
 LIBCXXABI_CFLAGS-y   += $(LIBCXXABI_SUPPRESS_FLAGS)
 LIBCXXABI_CXXFLAGS-y += $(LIBCXXABI_SUPPRESS_FLAGS)