diff --git a/Makefile b/Makefile index 0772a2724..55ff9ba17 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ifndef HAVE_RULES endif ifndef CXXFLAGS - CXXFLAGS=-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 -Wunreachable-code -D_GLIBCXX_DEBUG -g + CXXFLAGS=-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 -D_GLIBCXX_DEBUG -g endif ifeq ($(HAVE_RULES),yes) diff --git a/tools/dmake.cpp b/tools/dmake.cpp index 0fde96654..bf33dbc35 100644 --- a/tools/dmake.cpp +++ b/tools/dmake.cpp @@ -231,7 +231,7 @@ int main(int argc, char **argv) "-Wredundant-decls " "-Wshadow " "-Wsign-promo " - "-Wunreachable-code " +// "-Wunreachable-code " // "-Wsign-conversion " // "-Wconversion " "-D_GLIBCXX_DEBUG "