<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Hi,</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">current git does not recognize my error messages and warnings (gcc 12) as errors or warnings anymore.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">It looks like it's this commit:</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><a href="https://github.com/KDE/kate/commit/7753a3c037a1c94e7bec81dbf1978cb9c11e45de">https://github.com/KDE/kate/commit/7753a3c037a1c94e7bec81dbf1978cb9c11e45de</a></p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">The \b breaks it.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Below is one error and one warning message which are both not detected as error/warning. I changed it to test for "error:" and "warning:", which makes it work for me (but I haven't tested yet with other compilers)</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><span style="background-color:#ffffff;"><span style="font-family:monospace;"><span style="color:#000000;">error: ‘as’ was not declared in this scope</span></span></span><br /><span style="background-color:#ffffff;"><span style="color:#000000;">warning: unused variable ‘error’ [-Wunused-variable]</span></span><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Alex</p>
<br /></body>
</html>