Update of /cvsroot/mahogany/M/include
In directory usw-pr-cvs1:/tmp/cvs-serv17856/include
Modified Files:
lists.h
Log Message:
readded back pragma(disable:warning) for VC++, it's still needed
Index: lists.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/lists.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- lists.h 27 Apr 2002 13:17:05 -0000 1.6
+++ lists.h 27 Apr 2002 21:47:07 -0000 1.7
@@ -22,4 +22,8 @@
// disable some VC++ warnings
#ifdef _MSC_VER
+# pragma warning(disable:4284) // return type for 'identifier::operator->' is
+ // not a UDT or reference to a UDT. Will
+ // produce errors if applied using infix
+ // notation
# pragma warning(disable:4355) // 'this': used in base member initializer list
#endif // Visual C++
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates