warning 4284 doesn't have to be suppressed any more for VC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b92203a8be
commit
d33f1a1a9a
@ -62,8 +62,7 @@
|
||||
# pragma warning(disable:4699) // using precompiled header
|
||||
# pragma warning(disable:4134) // conversion between pointers to members of same class
|
||||
# pragma warning(disable:4710) // function not inlined
|
||||
# pragma warning(disable:4284) //
|
||||
# pragma warning(disable:4097) //
|
||||
# pragma warning(disable:4097) // typedef used as class
|
||||
#ifndef WIN32
|
||||
# pragma warning(disable:4135) // conversion between different integral types
|
||||
# pragma warning(disable:4769) // assignment of near pointer to long integer
|
||||
|
Loading…
Reference in New Issue
Block a user