Wielaard: Looking forward to GCC6 – Many new warnings
Wielaard: Looking forward to GCC6 – Many new warnings
Posted Feb 17, 2016 15:45 UTC (Wed) by andresfreund (subscriber, #69562)In reply to: Wielaard: Looking forward to GCC6 – Many new warnings by xtifr
Parent article: Wielaard: Looking forward to GCC6 – Many new warnings
Indeed. Similar false positives are common with -Wtype-limits as well. E.g. a somechar >= 0, where common platforms will spew warnings about the check being redundant, but for a signed char the check might be important. Dealing with warnings like these can be quite frustrating :(
