Go to the documentation of this file. 6 #ifndef SL1M_WARNING_HH 7 # define SL1M_WARNING_HH 19 # define SL1M_WARN_STRINGISE_IMPL(x) #x 20 # define SL1M_WARN_STRINGISE(x) \ 21 SL1M_WARN_STRINGISE_IMPL(x) 23 # define SL1M_WARN(exp) ("WARNING: " exp) 26 # define FILE_LINE_LINK __FILE__ "(" \ 27 SL1M_WARN_STRINGISE(__LINE__) ") : " 28 # define SL1M_WARN(exp) (FILE_LINE_LINK "WARNING: " exp) 31 # define SL1M_WARN(MSG)