summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c192f5c..3682595 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -O0 -g3 -Wall
+CFLAGS = -O0 -g3 -Wall -Wno-unknown-pragmas
SRC = main.c datastructs.c indices.c
CC = gcc
@@ -42,7 +42,7 @@ $(SRC:.c=.d): datastructs_gen.c
# Special Flags + Dependencies
-datastructs.o: CFLAGS += -Wno-unused -Wno-unknown-pragmas
+datastructs.o: CFLAGS += -Wno-unused
_always_:
@true