From 0d6c02043359572d09a3d93aa8d5595d2f65eb68 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 30 Oct 2016 10:53:44 -0700 Subject: [PATCH] Add extra warnings to Makefile --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 893cfe1db..011a779f9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -98,7 +98,7 @@ BINARY_NATIVE := $(PROG_NAME) ## General compiler and linker flags ## -CFLAGS := -pipe -W -Wall -std=c99 -Iinclude/ -IOpenCL/ +CFLAGS := -pipe -W -Wall -std=c99 -Iinclude/ -IOpenCL/ -Wundef -Wfloat-conversion -Wmissing-declarations -Wmissing-prototypes -Wdouble-promotion LFLAGS := ifndef DEBUG