src/common.h : Add URL for UNUSED macro.

This commit is contained in:
Erik de Castro Lopo 2007-08-20 09:39:09 +10:00
parent 15a3da6189
commit 8f1c1b9b42

View File

@ -49,6 +49,9 @@
/*
** Inspiration : http://sourcefrog.net/weblog/software/languages/C/unused.html
*/
#ifdef UNUSED
#elif defined (__GNUC__)
# define UNUSED(x) UNUSED_ ## x __attribute__ ((unused))