From f7662b094d83e3341836a9a58ed6b05e96c74f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 13 Mar 2010 08:05:07 +0100 Subject: [PATCH] astyle formatting --- tools/dmake.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dmake.cpp b/tools/dmake.cpp index b0113d0d5..d2ea27f35 100644 --- a/tools/dmake.cpp +++ b/tools/dmake.cpp @@ -145,7 +145,7 @@ int main(int argc, char **argv) std::ofstream fout("Makefile"); // Makefile settings.. - // TODO: add more compiler warnings. + // TODO: add more compiler warnings. // -Wsign-conversion : generates too many compiler warnings currently // -Wlogical-op : doesn't work on older GCC fout << "CXXFLAGS=-Wall -Wextra -pedantic -Wfloat-equal -Wcast-qual ";