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