coal  3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
warning.hh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define COAL_WARN_STRINGISE_IMPL(x)   #x
 
#define COAL_WARN_STRINGISE(x)    COAL_WARN_STRINGISE_IMPL(x)
 
#define COAL_WARN(MSG)   /* nothing */
 

Macro Definition Documentation

◆ COAL_WARN

#define COAL_WARN (   MSG)    /* nothing */

◆ COAL_WARN_STRINGISE

#define COAL_WARN_STRINGISE (   x)     COAL_WARN_STRINGISE_IMPL(x)

◆ COAL_WARN_STRINGISE_IMPL

#define COAL_WARN_STRINGISE_IMPL (   x)    #x