On Sat, May 06, 2017 at 05:12:10PM +0200, Juergen Sauermann wrote: > thanks, maybe fixed in SVN 942. No idea what the compiler means, though. > > Maybe I should respond with -Werror=misleading-warning-since-g++6.x
Yes, that fixed it. That's what you get when compiler tries to be a linter at the same time. I believe this particular warning was supposed to catch "goto fail"-style bugs. -k