On 01/14/2015 10:44 PM, Paul Eggert wrote: > There are several possibilities for how to fix this in a less-ugly way, including: > > 1. Omit -Wsuggest-attribute=const. > > 2. Omit -Wredundant-decls. > > 3. Make make-docfile.c even smarter and/or trickier. 2) was added to cleanup global namespace, which is typically polluted in mature projects, and I think this is still useful. Why not use #pragma in the way similar to bytecode.c? IMO local ugliness is always better than the global one :-). Dmitry