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 | 3741c709d4eb7b0ce0c01c4516e49ee801457645 (patch) | |
tree | 77099c0aa2d7d7b9a47f793cbf66b8df531056ee /sal/systools | |
parent | 0247e4fd39acf84e1fa1e8e6a227fa754720fcf3 (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')
-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 2dd66aba09fe..542a4e1e3de3 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 */ |