X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fsvgtiny_internal.h;h=3ea6e7b49d511b7ece2145bb81870156158b492a;hb=edf35196f5130c6e6f8430d9af6bb52033a56b79;hp=f07f4308a181420b42d2c2e50a99c773d7997202;hpb=15cdb30e3125ce542289fe385f559799e5abf220;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;