From 9b0fc4d96ebad396c7dc60d528d2f5d11d8cb8cc Mon Sep 17 00:00:00 2001 From: Ben Nikula Date: Fri, 31 Jan 2020 23:13:29 +0000 Subject: [PATCH] Remove warning suppression --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f112445..9d3b586 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CXXFLAGS=-Wall -fno-strict-aliasing -fwrapv -Wstrict-prototypes -std=c99 -lm -fpermissive -Wint-to-pointer-cast +CXXFLAGS=-Wall -fno-strict-aliasing -fwrapv -Wstrict-prototypes -std=c99 -lm all: pifm clean: