Compiler-related macros. More...
#include <jasper/jas_config.h>
Go to the source code of this file.
Macros | |
#define | JAS_UNUSED(x) ((void) x) |
Indicate that a variable may be unused (in order to avoid a compiler warning). More... | |
Compiler-related macros.
#define JAS_UNUSED | ( | x | ) | ((void) x) |
Indicate that a variable may be unused (in order to avoid a compiler warning).