[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/LIBCXXABI PATCH] Supress unused-parameter warnings
Hi Costin, This patch looks good. Thanks, -- Felipe Reviewed-by: Felipe Huici <felipe.huici@xxxxxxxxx> On 02.06.19, 15:27, "Costin Lupu" <costin.lupu@xxxxxxxxx> wrote: Origin code generates "unused-parameter" warnings. Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx> --- Makefile.uk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.uk b/Makefile.uk index fbb00bc..cfe9c73 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -72,6 +72,10 @@ CONFIG_FLAGS += -D _LIBCXXABI_HAS_NO_THREADS LIBCXXABI_CFLAGS-y += $(CONFIG_FLAGS) LIBCXXABI_CXXFLAGS-y += $(CONFIG_FLAGS) +SUPPRESS_FLAGS += -Wno-unused-parameter +LIBCXXABI_CFLAGS-y += $(SUPPRESS_FLAGS) +LIBCXXABI_CXXFLAGS-y += $(SUPPRESS_FLAGS) + ################################################################################ # Library sources ################################################################################ -- 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 |