Skip to content
Snippets Groups Projects
Commit 1aa28dd7 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

delete all but the new CXXFLAGS

parent 7882fa74
No related branches found
No related tags found
No related merge requests found
...@@ -9,31 +9,6 @@ AM_CXXFLAGS = -g \ ...@@ -9,31 +9,6 @@ AM_CXXFLAGS = -g \
-Wall \ -Wall \
-Wno-sign-compare -Wno-sign-compare
STDWARN= -Wunused \
-Wchar-subscripts \
-Wcomment \
-Wformat \
-Wmissing-braces \
-Wparentheses \
-Wreorder \
-Wreturn-type \
-Wsequence-point \
-Wstrict-aliasing -Wswitch \
-Wunknown-pragmas \
-Wmissing-field-initializers
# the following fail legitimately in certain cases
# -Wuninitialized -Wsign-compare -Wconversion
# the following do not work on u1.spheres.frm2:
PROBLEM = -Waddress \
-Warray-bounds \
-Wstrict-overflow=1 \
-Wclobbered \
-Wempty-body \
-Wignored-qualifiers \
-Wtype-limits
bin_PROGRAMS = frida bin_PROGRAMS = frida
frida_SOURCES = \ frida_SOURCES = \
axis.cpp \ axis.cpp \
......
...@@ -208,32 +208,6 @@ top_srcdir = @top_srcdir@ ...@@ -208,32 +208,6 @@ top_srcdir = @top_srcdir@
BUILT_SOURCES = xax_yacc.h # otherwise we cannot include it into flex BUILT_SOURCES = xax_yacc.h # otherwise we cannot include it into flex
AM_YFLAGS = -d -p xax # options passed to yacc AM_YFLAGS = -d -p xax # options passed to yacc
AM_LFLAGS = -Pxax -olex.yy.c # options passed to lex AM_LFLAGS = -Pxax -olex.yy.c # options passed to lex
STDWARN = -Wunused \
-Wchar-subscripts \
-Wcomment \
-Wformat \
-Wmissing-braces \
-Wparentheses \
-Wreorder \
-Wreturn-type \
-Wsequence-point \
-Wstrict-aliasing -Wswitch \
-Wunknown-pragmas \
-Wmissing-field-initializers
# the following fail legitimately in certain cases
# -Wuninitialized -Wsign-compare -Wconversion
# the following do not work on u1.spheres.frm2:
PROBLEM = -Waddress \
-Warray-bounds \
-Wstrict-overflow=1 \
-Wclobbered \
-Wempty-body \
-Wignored-qualifiers \
-Wtype-limits
frida_SOURCES = \ frida_SOURCES = \
axis.cpp \ axis.cpp \
axis.h \ axis.h \
......
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