tools/dmake.cpp: nitpicky reorder of commented warnings in alphabet order with uncommented ones.

This commit is contained in:
Edoardo Prezioso 2012-01-03 15:10:32 +01:00
parent 756ee800b0
commit f20e88fcc5
1 changed files with 3 additions and 2 deletions

View File

@ -251,8 +251,10 @@ int main(int argc, char **argv)
"-Wextra " "-Wextra "
"-Wabi " "-Wabi "
"-Wcast-qual " "-Wcast-qual "
// "-Wconversion "
"-Wfloat-equal " "-Wfloat-equal "
"-Winline " "-Winline "
// "-Wlogical-op "
"-Wmissing-declarations " "-Wmissing-declarations "
"-Wmissing-format-attribute " "-Wmissing-format-attribute "
"-Wno-long-long " "-Wno-long-long "
@ -260,10 +262,9 @@ int main(int argc, char **argv)
"-Wpacked " "-Wpacked "
"-Wredundant-decls " "-Wredundant-decls "
"-Wshadow " "-Wshadow "
// "-Wsign-conversion "
"-Wsign-promo " "-Wsign-promo "
// "-Wunreachable-code " // "-Wunreachable-code "
// "-Wsign-conversion "
// "-Wconversion "
"$(CPPCHK_GLIBCXX_DEBUG) " "$(CPPCHK_GLIBCXX_DEBUG) "
"-g"); "-g");
} }