Skip to content
Snippets Groups Projects
Commit 159ca887 authored by Mactavish's avatar Mactavish
Browse files

remove -Werror

parent 4daf6c4b
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ CFLAGS += -g ...@@ -8,7 +8,6 @@ CFLAGS += -g
CFLAGS += -Wall CFLAGS += -Wall
CFLAGS += -Wextra CFLAGS += -Wextra
CFLAGS += -pedantic CFLAGS += -pedantic
CFLAGS += -Werror
CFLAGS += -Wmissing-declarations CFLAGS += -Wmissing-declarations
CFLAGS += -DUNITY_SUPPORT_64 -DUNITY_OUTPUT_COLOR CFLAGS += -DUNITY_SUPPORT_64 -DUNITY_OUTPUT_COLOR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment