mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
8 lines
104 B
C
8 lines
104 B
C
#ifndef __mapmap_unused_h__
|
|
#define __mapmap_unused_h__
|
|
|
|
#define UNUSED(x) (void)(x)
|
|
|
|
#endif // ifndef
|
|
|