[PATCH] disable warning about long double in unions [email protected] Mon, 6 Jan 2020 04:25:54 -0800 Newsgroups org.kernel.vger.smatch Message-ID <[email protected]> From: John Levon <[email protected]> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a06b793..abdb9161 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ all: # common flags/options/... cflags = -fno-strict-aliasing -cflags += -Wall -Wwrite-strings -Wno-switch +cflags += -Wall -Wwrite-strings -Wno-switch -Wno-psabi GCC_BASE := $(shell $(CC) --print-file-name=) cflags += -DGCC_BASE=\"$(GCC_BASE)\" -- 2.23.0