warning C4535: calling _set_se_translator() requires /EHa

128 views
Skip to first unread message

Herb Thompson

unread,
May 11, 2011, 9:18:13 PM5/11/11
to wx-dev
Building SVN 67729 with VC 2010 SP1 gives "warning C4535: calling
_set_se_translator() requires /EHa" for:
..\..\src\msw\thread.cpp(569)
..\..\src\msw\main.cpp(185)

Vadim Zeitlin

unread,
May 12, 2011, 7:11:05 AM5/12/11
to wx-...@googlegroups.com
On Wed, 11 May 2011 18:18:13 -0700 (PDT) Herb Thompson <herb...@gmail.com> wrote:

HT> Building SVN 67729 with VC 2010 SP1 gives "warning C4535: calling
HT> _set_se_translator() requires /EHa" for:
HT> ..\..\src\msw\thread.cpp(569)
HT> ..\..\src\msw\main.cpp(185)

To the best of my knowledge this warning is harmless. And getting rid of
it is unfortunately difficult because the project files are generated by a
tool which doesn't support specifying special options for individual files.
So for the observable future we'll just have to live with it.

Regards,
VZ

Reply all
Reply to author
Forward
0 new messages