[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[UNIKRAFT/COMPILER-RT PATCH] Add suppress flags for cleaner builds.



Signed-off-by: Felipe Huici <felipe.huici@xxxxxxxxx>
---
 Makefile.uk | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile.uk b/Makefile.uk
index dcb042b..900c5ae 100644
--- a/Makefile.uk
+++ b/Makefile.uk
@@ -72,8 +72,11 @@ CXXINCLUDES-$(CONFIG_LIBCOMPILER_RT) += 
-I$(LIBCOMPILER_RT_SRC)/include
 
################################################################################
 # Global flags
 
################################################################################
+LIBCOMPILER_RT_SUPPRESS_FLAGS += -Wno-unused-parameter            \
+                                -Wno-builtin-declaration-mismatch \
+                                -Wno-incompatible-pointer-types   \
+                                -Wno-implicit-fallthrough
 
-LIBCOMPILER_RT_SUPPRESS_FLAGS += -Wno-unused-parameter 
-Wno-builtin-declaration-mismatch
 LIBCOMPILER_RT_CFLAGS-y   += $(LIBCOMPILER_RT_SUPPRESS_FLAGS)
 LIBCOMPILER_RT_CXXFLAGS-y += $(LIBCOMPILER_RT_SUPPRESS_FLAGS)
 
-- 
2.20.1




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.