Files
mapmap/unused.h
Alexandre Quessy 8652e9555e get rid of warnings
2014-03-14 11:47:58 -04:00

8 lines
104 B
C

#ifndef __mapmap_unused_h__
#define __mapmap_unused_h__
#define UNUSED(x) (void)(x)
#endif // ifndef