From 1aa28dd7fc09443c86d9fe026a621174208e21c4 Mon Sep 17 00:00:00 2001 From: JWu <j.wuttke@fz-juelich.de> Date: Wed, 6 Mar 2013 20:12:47 +0100 Subject: [PATCH] delete all but the new CXXFLAGS --- pub/src/Makefile.am | 25 ------------------------- pub/src/Makefile.in | 26 -------------------------- 2 files changed, 51 deletions(-) diff --git a/pub/src/Makefile.am b/pub/src/Makefile.am index 7dd9ef8c..29741e5e 100644 --- a/pub/src/Makefile.am +++ b/pub/src/Makefile.am @@ -9,31 +9,6 @@ AM_CXXFLAGS = -g \ -Wall \ -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 frida_SOURCES = \ axis.cpp \ diff --git a/pub/src/Makefile.in b/pub/src/Makefile.in index 17c46a9e..0e0b243e 100644 --- a/pub/src/Makefile.in +++ b/pub/src/Makefile.in @@ -208,32 +208,6 @@ top_srcdir = @top_srcdir@ BUILT_SOURCES = xax_yacc.h # otherwise we cannot include it into flex AM_YFLAGS = -d -p xax # options passed to yacc 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 = \ axis.cpp \ axis.h \ -- GitLab