summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2018-07-09 01:30:55 +0300
committerOxore <oxore@protonmail.com>2018-07-09 01:30:55 +0300
commit67186f876e17696858495a2a7a699344b0f94178 (patch)
tree35f436b20d0a8eb1531fd8e405e2d3ff7ba28d0e
parent73ec96ee907f0a8ebdeec20f2058de705b00d65d (diff)
Remove ms anon tag warning for clang
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a5674c8..8fec75f 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ CFLAGS+=$(INCLUDE)
CFLAGS+=-Wall
CFLAGS+=-Wextra
CFLAGS+=-Wpedantic
+CFLAGS+=-Wno-microsoft-anon-tag
CFLAGS+=-std=c11
CFLAGS+=-fms-extensions
CFLAGS+=-g3