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

removed (out-commented) gcc specific flags from configure/CONFIG

parent c29d89c7
No related branches found
No related tags found
No related merge requests found
...@@ -28,11 +28,3 @@ endif ...@@ -28,11 +28,3 @@ endif
EPICS_HAS_UNIT_TEST := $(shell $(PERL) -e 'print($(EPICS_MODIFICATION) >= 10)') EPICS_HAS_UNIT_TEST := $(shell $(PERL) -e 'print($(EPICS_MODIFICATION) >= 10)')
SEQ_VERSION = 2.1.0 SEQ_VERSION = 2.1.0
# USR_CFLAGS_Linux += -Wpointer-arith -Wbad-function-cast
#USR_CFLAGS_Linux += -Wc++-compat
# USR_CFLAGS_Linux += -Wsign-compare -Waddress
# USR_CFLAGS_Linux += -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes
# USR_CFLAGS_Linux += -Wmissing-declarations -Wmissing-field-initializers
# USR_CFLAGS_Linux += -Wnested-externs
#USR_CFLAGS_Linux += -Wconversion
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