[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/LIBUNWIND PATCH] Add suppress flag for cleaner build.
Signed-off-by: Felipe Huici <felipe.huici@xxxxxxxxx> --- Makefile.uk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.uk b/Makefile.uk index 5afc385..b8a613f 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -77,7 +77,7 @@ CONFIG_FLAGS += -D _LIBUNWIND_HAS_NO_THREADS -D __ELF__ -D _LIBUNWIND_IS_NAT LIBUNWIND_CFLAGS-y += $(CONFIG_FLAGS) LIBUNWIND_CXXFLAGS-y += $(CONFIG_FLAGS) -LIBUNWIND_SUPPRESS_FLAGS += -Wno-unused-parameter +LIBUNWIND_SUPPRESS_FLAGS += -Wno-unused-parameter -Wno-maybe-uninitialized LIBUNWIND_CFLAGS-y += $(LIBUNWIND_SUPPRESS_FLAGS) LIBUNWIND_CXXFLAGS-y += $(LIBUNWIND_SUPPRESS_FLAGS) -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |