From b0dd7183c1989732d454e2e034db8f24d4c142b1 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 6 Sep 2007 12:50:41 +0000 Subject: INTEGRATION: CWS mingwport06 (1.8.62); FILE MERGED 2007/08/24 13:06:54 vg 1.8.62.1: #i75499# pragma is for MSVC --- sal/systools/win32/uwinapi/macros.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sal/systools/win32/uwinapi') diff --git a/sal/systools/win32/uwinapi/macros.h b/sal/systools/win32/uwinapi/macros.h index 72ec7f6abba4..9e8604070ba4 100644 --- a/sal/systools/win32/uwinapi/macros.h +++ b/sal/systools/win32/uwinapi/macros.h @@ -4,9 +4,9 @@ * * $RCSfile: macros.h,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2007-03-26 14:26:43 $ + * last change: $Author: kz $ $Date: 2007-09-06 13:50:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,7 +53,9 @@ // Globally disable "warning C4100: unreferenced formal parameter" caused by // IMPLEMENT_THUNK: +#ifdef _MSC_VER #pragma warning(disable:4100) +#endif /* Version macros */ -- cgit