Kaydet (Commit) b0dd7183 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS mingwport06 (1.8.62); FILE MERGED

2007/08/24 13:06:54 vg 1.8.62.1: #i75499# pragma is for MSVC
üst 6a7e8eea
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: macros.h,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -53,7 +53,9 @@ ...@@ -53,7 +53,9 @@
// Globally disable "warning C4100: unreferenced formal parameter" caused by // Globally disable "warning C4100: unreferenced formal parameter" caused by
// IMPLEMENT_THUNK: // IMPLEMENT_THUNK:
#ifdef _MSC_VER
#pragma warning(disable:4100) #pragma warning(disable:4100)
#endif
/* Version macros */ /* Version macros */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment