aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5e3b63c..5f63c8e 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ CFLAGS = -std=c89
CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Werror
+CFLAGS += -Wno-unicode
CFLAGS += -pedantic
RM = rm -rf