Well, in fairness and generality nothing says buggy like "disabled warnings".
(and you know you're in trouble when you start looking at a new codebase and see a "-fpermissive" in there)
Totally agree with more warnings being needed, I understand that exploiting UB is needed for optimization, but I don't buy the 'well we can't warn about every case, so we won't warn about any' reasoning.
(and you know you're in trouble when you start looking at a new codebase and see a "-fpermissive" in there)
Totally agree with more warnings being needed, I understand that exploiting UB is needed for optimization, but I don't buy the 'well we can't warn about every case, so we won't warn about any' reasoning.