compiler warnings when building wxWidgets

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
Dark_Phoenix
Knows some wx things
Knows some wx things
Posts: 48
Joined: Sat Jul 04, 2009 2:27 pm
Location: Houston, TX

compiler warnings when building wxWidgets

Post by Dark_Phoenix »

When building the project wx_base I am getting 2 compiler warnings, the first on the file thread.cpp and the other on main.cpp. The warning is 'calling _set_se_translator() requires /EHa' (same warning for both). The flag is set for /EHsc. When I changed it to /EHa the compiler automatically changes it back to /EHsc and then gives me those same warnings again.

I am building wxWidgets 2.8.10 using VC 2008

Is this something I should be worried about?
Post Reply