File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ ifdef COMSPEC
7373endif # COMSPEC
7474
7575ifndef CXXFLAGS
76- CXXFLAGS =-include lib/cxx11emu.h -pedantic -Wall -Wextra -Wabi -Wcast-qual -Wfloat-equal -Winline -Wmissing-declarations -Wmissing-format-attribute -Wno-long-long -Woverloaded-virtual - Wpacked -Wredundant-decls -Wshadow -Wsign-promo -Wno-missing-field-initializers -Wno-missing-braces -Wno-sign-compare $(CPPCHK_GLIBCXX_DEBUG ) -g
76+ CXXFLAGS =-include lib/cxx11emu.h -pedantic -Wall -Wextra -Wabi -Wcast-qual -Wfloat-equal -Winline -Wmissing-declarations -Wmissing-format-attribute -Wno-long-long -Wpacked -Wredundant-decls -Wshadow -Wsign-promo -Wno-missing-field-initializers -Wno-missing-braces -Wno-sign-compare $(CPPCHK_GLIBCXX_DEBUG ) -g
7777endif
7878
7979ifeq ($(HAVE_RULES ) ,yes)
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ int main(int argc, char **argv)
332332 " -Wmissing-declarations "
333333 " -Wmissing-format-attribute "
334334 " -Wno-long-long "
335- " -Woverloaded-virtual "
335+ // "-Woverloaded-virtual " // danmar: we get fp when overloading analyseWholeProgram()
336336 " -Wpacked "
337337 " -Wredundant-decls "
338338 " -Wshadow "
You can’t perform that action at this time.
0 commit comments