mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
src/common.h : Add URL for UNUSED macro.
This commit is contained in:
parent
15a3da6189
commit
8f1c1b9b42
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user