Loading...
Searching...
No Matches
Go to the documentation of this file.
6#ifndef ANYMAL_RBPRM_WARNING_HH
7# define ANYMAL_RBPRM_WARNING_HH
19# define ANYMAL_RBPRM_WARN_STRINGISE_IMPL(x) #x
20# define ANYMAL_RBPRM_WARN_STRINGISE(x) \
21 ANYMAL_RBPRM_WARN_STRINGISE_IMPL(x)
23# define ANYMAL_RBPRM_WARN(exp) ("WARNING: " exp)
26# define FILE_LINE_LINK __FILE__ "(" \
27 ANYMAL_RBPRM_WARN_STRINGISE(__LINE__) ") : "
28# define ANYMAL_RBPRM_WARN(exp) (FILE_LINE_LINK "WARNING: " exp)
31# define ANYMAL_RBPRM_WARN(MSG)