What is the GCC version that you are using? João On Tue, Mar 26, 2019 at 2:01 PM Robert Pluim wrote: > >>>>> On Mon, 25 Mar 2019 10:56:34 -0400 (EDT), Unknown > said: > > João> branch: master commit > João> 67c3a3af1d9e2582193d5ea33b6c190e79ad56e6 Author: João Távora > João> Commit: João Távora > João> > > João> Avoid occasional confusion of Flymake C/C++ backend > > João> The regexp would sometimes match non-errors and create a > João> diagnostic with nil severity, which would have consequences > João> for the Flymake engine (these should eventually be > João> addressed, too). > > This is making flymake-tests fail: > > Test different-diagnostic-types condition: > (ert-test-failed > ((should > (eq 'flymake-error > (face-at-point))) > :form > (eq flymake-error flymake-note) > :value nil)) > FAILED 1/9 different-diagnostic-types (1.093461 sec) > > (face-at-point) is flymake-note there. > > Robert > -- João Távora