summaryrefslogtreecommitdiff
path: root/src/port/unused.h
blob: c7692f6a6c7277d5f0ef0fcd0cd48539385fc722 (plain)
1
2
3
4
5
6
7
8
#ifndef __UNUSED_H
#define __UNUSED_H

#include "port/sys.h"

#define UNUSED( x ) if( 0 && (x) ) { }

#endif /* ifndef __UNUSED_H */