Author: faridz
Date: Tue Jan 29 10:28:20 2008
New Revision: 616468
URL: http://svn.apache.org/viewvc?rev=616468&view=rev
Log:
2008-01-29 Farid Zaripov <[EMAIL PROTECTED]>
* include/rw/_config-msvc.h: Disable compiler warning C4231.
Modified:
stdcxx/branches/4.2.x/include/rw/_config-msvc.h
Modified: stdcxx/branches/4.2.x/include/rw/_config-msvc.h
URL:
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/include/rw/_config-msvc.h?rev=616468&r1=616467&r2=616468&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/include/rw/_config-msvc.h (original)
+++ stdcxx/branches/4.2.x/include/rw/_config-msvc.h Tue Jan 29 10:28:20 2008
@@ -54,6 +54,10 @@
// disable "return type for operator->' is not a UDT"
# pragma warning (disable: 4284)
+ // disable "nonstandard extension used :"
+ // "'extern' before template explicit instantiation"
+# pragma warning (disable: 4231)
+
// disable "decorated name length exceeded"
# pragma warning (disable: 4503)