From 1e4fbffc36f3c7dc959936e3049b0ad8d5dde4d1 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 24 Aug 2009 08:21:22 +0000 Subject: Squash warnings svn path=/trunk/libsvgtiny/; revision=9423 --- src/svgtiny_internal.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/svgtiny_internal.h') diff --git a/src/svgtiny_internal.h b/src/svgtiny_internal.h index f07f430..3ea6e7b 100644 --- a/src/svgtiny_internal.h +++ b/src/svgtiny_internal.h @@ -10,6 +10,10 @@ #include +#ifndef UNUSED +#define UNUSED(x) ((void) (x)) +#endif + struct svgtiny_gradient_stop { float offset; svgtiny_colour color; -- cgit v1.2.3