X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fsvgtiny_internal.h;fp=src%2Fsvgtiny_internal.h;h=3ea6e7b49d511b7ece2145bb81870156158b492a;hb=1e4fbffc36f3c7dc959936e3049b0ad8d5dde4d1;hp=f07f4308a181420b42d2c2e50a99c773d7997202;hpb=2145cfdb41106db4006e381f49702bdd18fa3014;p=libsvgtiny.git 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;