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