aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/src/compiler.h
blob: de721d933de1f5fb5b2d36240b48b05c349d2b68 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                      
#ifndef __COMPILER_H__
#define __COMPILER_H__

#ifdef __GNUC__
#define UNUSED __attribute__((unused))
#else
#define UNUSED
#endif

#endif