From e08642b3936bd8830a5e86841e80583ea770bd9f Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 24 Aug 2006 09:45:32 +0000 Subject: 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. --- rsc/source/rscpp/cpp4.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'rsc/source') 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. */ -- cgit