File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ else # !COMSPEC
6060endif # COMSPEC
6161
6262ifndef CXXFLAGS
63- CXXFLAGS =-pedantic -Wall -Wextra -Wabi -Wcast-qual -Wconversion -Wfloat-equal -Winline -Wmissing-declarations -Wmissing-format-attribute -Wno-long-long -Woverloaded-virtual -Wpacked -Wredundant-decls -Wshadow -Wsign-promo $(CPPCHK_GLIBCXX_DEBUG ) -g
63+ CXXFLAGS =-pedantic -Wall -Wextra -Wabi -Wcast-qual -Wconversion -Wfloat-equal -Winline -Wmissing-declarations -Wmissing-format-attribute -Wno-long-long -Woverloaded-virtual -Wpacked -Wredundant-decls -Wshadow -Wsign-promo -Wno-sign-compare $(CPPCHK_GLIBCXX_DEBUG ) -g
6464endif
6565
6666ifeq ($(HAVE_RULES ) ,yes)
Original file line number Diff line number Diff line change @@ -316,6 +316,7 @@ int main(int argc, char **argv)
316316// "-Wsign-conversion "
317317 " -Wsign-promo "
318318// "-Wunreachable-code "
319+ " -Wno-sign-compare " // danmar: I don't like this warning, it's very rarelly a bug
319320 " $(CPPCHK_GLIBCXX_DEBUG) "
320321 " -g" );
321322 }
You can’t perform that action at this time.
0 commit comments