astyle formatting

This commit is contained in:
Daniel Marjamäki 2010-03-13 08:05:07 +01:00
parent 48a63e4c35
commit f7662b094d
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ int main(int argc, char **argv)
std::ofstream fout("Makefile"); std::ofstream fout("Makefile");
// Makefile settings.. // Makefile settings..
// TODO: add more compiler warnings. // TODO: add more compiler warnings.
// -Wsign-conversion : generates too many compiler warnings currently // -Wsign-conversion : generates too many compiler warnings currently
// -Wlogical-op : doesn't work on older GCC // -Wlogical-op : doesn't work on older GCC
fout << "CXXFLAGS=-Wall -Wextra -pedantic -Wfloat-equal -Wcast-qual "; fout << "CXXFLAGS=-Wall -Wextra -pedantic -Wfloat-equal -Wcast-qual ";