[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/LIBUCONTEXT PATCH] Makefile.uk: Rename SUPPRESS_FLAGS to LIBUCONTEXT_SUPPRESS_FLAGS
Hi Costin, this looks ok. Reviewed-by: Felipe Huici <felipe.huici@xxxxxxxxx> On 12.10.19, 14:36, "Costin Lupu" <costin.lupu@xxxxxxxxx> wrote: Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx> --- Makefile.uk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.uk b/Makefile.uk index a5067b3..4cfa11a 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -69,13 +69,13 @@ LIBUCONTEXT_CXXINCLUDES += -I$(LIBUCONTEXT_EXTRACTED) # Global flags ################################################################################ # Suppress some warnings to make the build process look neater -SUPPRESS_FLAGS += -Wno-unused-parameter \ +LIBUCONTEXT_SUPPRESS_FLAGS += -Wno-unused-parameter \ -Wno-unused-variable -Wno-unused-value -Wno-unused-function \ -Wno-missing-field-initializers -Wno-implicit-fallthrough -LIBUCONTEXT_CFLAGS-y += $(SUPPRESS_FLAGS) \ +LIBUCONTEXT_CFLAGS-y += $(LIBUCONTEXT_SUPPRESS_FLAGS) \ -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -LIBUCONTEXT_CXXFLAGS-y += $(SUPPRESS_FLAGS) +LIBUCONTEXT_CXXFLAGS-y += $(LIBUCONTEXT_SUPPRESS_FLAGS) # Exported symbols LIBUCONTEXT_EXPORTS = $(LIBUCONTEXT_BASE)/exportsyms.uk -- 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 |