plastimatch
Loading...
Searching...
No Matches
compiler_warnings.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _compiler_warnings_h_
5#define _compiler_warnings_h_
6
7#define UNUSED_VARIABLE(a) ((void) a)
8
9#endif