On 07/09/2012 02:54 PM, Reuben Thomas wrote: > So should -Winline be removed from the standard set for the > manywarnings module?
I'd favor that. Also, -Wunsafe-loop-optimizations. In normal usage these are not about programming errors or questionable usages, but are merely messages from the depths of the compiler telling you that some optimization is being done or not done.