Page MenuHomePhabricator

GNU g++ C++ standard compliance
Closed, WontfixPublic

Description

When compiling with VS2010 code developed under GNU g++ it is possible to find the error C2057 in VS2010 (about trying to initialize an array with a non constant expression). This can be avoided by disabling the g++ GNU extensions using the 'pedantic' switch. It would be nice to compile all MITK modules and plugins (included the projects generated by the plugin generator) with this switch on.

Event Timeline

kislinsk claimed this task.
kislinsk added a subscriber: kislinsk.
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.