Index: src/postprocess.cpp =================================================================== --- src/postprocess.cpp (revision 45273) +++ src/postprocess.cpp (working copy) @@ -12,7 +12,7 @@ #elif defined(__GNUC__) -boost::regex warning_message("(.*): warning: division by zero in `template_profiler_value / 0'"); +boost::regex warning_message("(.*):\\d*: warning: division by zero in ‘template_profiler_value / 0’"); #else