Hi. I was porting plugin code developed using g++ to VS2010 when I stumbled
with the error C2057
<https://msdn.microsoft.com/en-us/library/eff825eh.aspx>in VS2010 (about
trying to initialize an array with a non constant expression). After
researching a bit I have found that MITK 2014.03 (the version I'm actually
using) is not compiling with the 'pedantic' switch in the gnu compiler,
that would, otherwise, had detected that error in g++. Do you think it
would be wise to add that switch to MITK's build system? Should I report
this as a bug?

Thanks in advance,

Federico
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to