https://bugs.kde.org/show_bug.cgi?id=513522
--- Comment #3 from Paul Floyd <[email protected]> --- It looks like a straightforward error. The compiler is complaining that we're comparing a function (which decays to a pointer to function) with integer zero. That will always be true. I just need to add parens to make it a function call and check that none of the regressioon tests need updating. -- You are receiving this mail because: You are watching all bug changes.
