Skip to content
Snippets Groups Projects
Commit 66a0a372 authored by ben.franksen's avatar ben.franksen
Browse files

removed gcc specific warning flags from src/snc/Makefile

parent bfbc00c0
No related branches found
No related tags found
No related merge requests found
...@@ -6,23 +6,6 @@ include $(TOP)/configure/CONFIG ...@@ -6,23 +6,6 @@ include $(TOP)/configure/CONFIG
# default main (+m option) # default main (+m option)
INC += seqMain.c INC += seqMain.c
# Internal debug control
#USR_CPPFLAGS = -DDEBUG
# USR_CFLAGS += -Waddress
USR_CFLAGS += -Wc++-compat
# USR_CFLAGS += -Wconversion
USR_CFLAGS += -Wmissing-declarations
USR_CFLAGS += -Wmissing-field-initializers
USR_CFLAGS += -Wmissing-prototypes
USR_CFLAGS += -Wnested-externs
USR_CFLAGS += -Wold-style-definition
USR_CFLAGS += -Wpointer-arith
USR_CFLAGS += -Wsign-compare
# USR_CFLAGS += -Wstrict-prototypes
USR_CFLAGS += -Werror
# snc product # snc product
PROD_HOST += snc PROD_HOST += snc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment