diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-24 09:45:32 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-24 09:45:32 +0000 |
commit | e08642b3936bd8830a5e86841e80583ea770bd9f (patch) | |
tree | ebcc37bba73ce594657dfaf124f190fa777e346a /rsc | |
parent | 6631be4fd58487f3118a2b19fb85e570962be1fd (diff) |
INTEGRATION: CWS sb56 (1.6.6); FILE MERGED
2006/07/25 07:52:04 sb 1.6.6.1: #i67105# Made code warning-free for debug=x.
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/rscpp/cpp4.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/rsc/source/rscpp/cpp4.c b/rsc/source/rscpp/cpp4.c index 0caab3fb3240..8f7d8560b392 100644 --- a/rsc/source/rscpp/cpp4.c +++ b/rsc/source/rscpp/cpp4.c @@ -4,9 +4,9 @@ * * $RCSfile: cpp4.c,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:50:03 $ + * last change: $Author: ihi $ $Date: 2006-08-24 10:45:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -626,8 +626,7 @@ nospace: cfatal("Out of space in macro \"%s\" arg expansion", } #if OSL_DEBUG_LEVEL > 1 -void dumpparm(why) -char *why; +void dumpparm(char *why) /* * Dump parameter list. */ |