diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:35:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:35:43 +0000 |
commit | cfeb02d5cbe48bfa493e160f74cfa33d4cdb7747 (patch) | |
tree | 336d94f9a51a22d0894df20e670619a8814b644a /sal/systools/win32/uwinapi/macros.h | |
parent | 5da22b480bccda650f89ed226b849fed48f09def (diff) |
INTEGRATION: CWS warnings01 (1.4.304); FILE MERGED
2005/09/23 01:42:20 sb 1.4.304.2: RESYNC: (1.4-1.5); FILE MERGED
2005/09/20 12:57:25 sb 1.4.304.1: #i53898# Globally disable problematic warnings.
Diffstat (limited to 'sal/systools/win32/uwinapi/macros.h')
-rw-r--r-- | sal/systools/win32/uwinapi/macros.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/systools/win32/uwinapi/macros.h b/sal/systools/win32/uwinapi/macros.h index b8d01267e..d6b6b5ef4 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.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:25:53 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:35:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,6 +47,9 @@ # include <TCHAR.H> #endif +// Globally disable "warning C4100: unreferenced formal parameter" caused by +// IMPLEMENT_THUNK: +#pragma warning(disable:4100) /* Version macros */ |