projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31a7f7c
)
ignore warning 4535 for VC8 too as it still seems to be harmless
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 9 Dec 2006 14:38:41 +0000
(14:38 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 9 Dec 2006 14:38:41 +0000
(14:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43873
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/main.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/main.cpp
b/src/msw/main.cpp
index 00728f40fdf22709d86da3649301c515f73effc9..4676a2d24159d43ff72dd4c35fcfd97c23477182 100644
(file)
--- a/
src/msw/main.cpp
+++ b/
src/msw/main.cpp
@@
-78,8
+78,8
@@
extern int wxEntryReal(int& argc, wxChar **argv);
// this warns that /EHa (async exceptions) should be used when using
// _set_se_translator but, in fact, this doesn't seem to change anything
- // with VC++ up to
7.1 -- to be confirmed with VC++ 8
- #if _MSC_VER <= 1
31
0
+ // with VC++ up to
8.0
+ #if _MSC_VER <= 1
40
0
#pragma warning(disable:4535)
#endif