diff options
-rw-r--r-- | sal/systools/win32/onlineupdate/onlinecheck.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/systools/win32/onlineupdate/onlinecheck.cxx b/sal/systools/win32/onlineupdate/onlinecheck.cxx index 61da950d0669..913fc857db66 100644 --- a/sal/systools/win32/onlineupdate/onlinecheck.cxx +++ b/sal/systools/win32/onlineupdate/onlinecheck.cxx @@ -4,9 +4,9 @@ * * $RCSfile: onlinecheck.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-17 09:07:17 $ + * last change: $Author: kz $ $Date: 2007-09-06 13:49:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,7 +35,9 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sal.hxx" +#ifdef _MSC_VER #pragma warning( disable: 4668 ) +#endif #include <sal/types.h> |