On 11/29/11 09:35, Jim Meyering wrote: > + gl_WARN_ADD([-Wno-unsuffixed-float-constants])
How about if we remove -Wunsuffixed-float-constants from manywarnings.m4? In practice it typically causes more trouble than it cures (the above-quoted gzip patch is one example, but I've run into it elsewhere). While we're on the subject of manywarnings.m4, can we also remove -Wdouble-promotion and -Wformat-zero-length? They also seem to be more suited for special- rather than general-purpose code.