[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [UNIKRAFT/NEWLIB PATCH] Add suppress flag for cleaner builds.
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 82836e4..fce2f54 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -105,7 +105,7 @@ LIBNEWLIB_SUPPRESS_FLAGS-y += \ -Wno-array-bounds -Wno-maybe-uninitialized -Wno-pointer-sign -Wno-unused-value \ -Wno-unused-macros -Wno-parentheses -Wno-implicit-function-declaration \ -Wno-missing-braces -Wno-endif-labels -Wno-unused-but-set-variable \ --Wno-type-limits -Wno-sign-compare +-Wno-type-limits -Wno-sign-compare -Wno-parentheses LIBNEWLIB_SUPPRESS_FLAGS-$(call gcc_version_ge,6,0) += -Wno-misleading-indentation LIBNEWLIB_SUPPRESS_FLAGS-$(call gcc_version_ge,6,0) += -Wno-shift-negative-value LIBNEWLIB_SUPPRESS_FLAGS-$(call gcc_version_ge,7,0) += -Wno-implicit-fallthrough -- 2.20.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |