JasPer  4.2.4
jas_compiler.h File Reference

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...
 

Detailed Description

Compiler-related macros.

Macro Definition Documentation

◆ JAS_UNUSED

#define JAS_UNUSED (   x)    ((void) x)

Indicate that a variable may be unused (in order to avoid a compiler warning).