From 78a0db127ab5ccbe53adf86dde1f040364ad3282 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 28 Apr 2011 16:45:54 +0200 Subject: CREATE_PROJECT: Add a FIXME related to our warning lists. --- devtools/create_project/create_project.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'devtools/create_project/create_project.cpp') diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp index 475a18bd11..35f68a12c0 100644 --- a/devtools/create_project/create_project.cpp +++ b/devtools/create_project/create_project.cpp @@ -296,6 +296,11 @@ int main(int argc, char *argv[]) { #endif // List of global warnings and map of project-specific warnings + // FIXME: As shown below these two structures have different behavior for + // Code::Blocks and MSVC. In Code::Blocks this is used to enable *and* + // disable certain warnings (and some other not warning related flags + // actually...). While in MSVC this is solely for disabling warnings. + // That is really not nice. We should consider a nicer way of doing this. StringList globalWarnings; std::map projectWarnings; -- cgit v1.2.3