Tag: cws_src680_warnings01 User: fs Date: 05/12/22 04:00:09 Modified: /dba/connectivity/source/parse/ wrap_sqlflex.cxx
Log: pragma warning on Win only File Changes: Directory: /dba/connectivity/source/parse/ ========================================== File [changed]: wrap_sqlflex.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/wrap_sqlflex.cxx?r1=1.1.2.3&r2=1.1.2.4 Delta lines: +5 -3 ------------------- --- wrap_sqlflex.cxx 22 Dec 2005 11:45:02 -0000 1.1.2.3 +++ wrap_sqlflex.cxx 22 Dec 2005 12:00:04 -0000 1.1.2.4 @@ -4,9 +4,9 @@ * * $RCSfile: wrap_sqlflex.cxx,v $ * - * $Revision: 1.1.2.3 $ + * $Revision: 1.1.2.4 $ * - * last change: $Author: fs $ $Date: 2005/12/22 11:45:02 $ + * last change: $Author: fs $ $Date: 2005/12/22 12:00:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,8 @@ * ************************************************************************/ -#pragma warning(disable:4505) +#if defined _MSC_VER + #pragma warning(disable:4505) +#endif #include "sqlflex.cxx" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
