From fd2428a794d4f44ac9ac899efddfc7d51a332ddf Mon Sep 17 00:00:00 2001 From: lecoanet Date: Sat, 12 Feb 2005 14:30:20 +0000 Subject: Fixed the __unused macro to avoid a clash with dummy variables used in 64 bits headers --- generic/Image.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'generic/Image.c') diff --git a/generic/Image.c b/generic/Image.c index 2c6639c..bdfddb2 100644 --- a/generic/Image.c +++ b/generic/Image.c @@ -132,10 +132,10 @@ To2Power(int a) */ static void InvalidateImage(ClientData client_data, - int x __unused, - int y __unused, - int width __unused, - int height __unused, + int x __znunused, + int y __znunused, + int width __znunused, + int height __znunused, int image_width, int image_height) { -- cgit v1.1