about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 09c0669..45f3b41 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -8,7 +8,7 @@
 PLAT= none
 
 CC= gcc
-CFLAGS= -g -O2 -Wall $(MYCFLAGS)
+CFLAGS= -g -O2 -Wall -Wpedantic $(MYCFLAGS)
 AR= ar rc
 RANLIB= ranlib
 RM= rm -f