Am Samstag, den 04.05.2013, 21:31 -0700 schrieb Paul Eggert: > I dunno, I'm a bit inclined to think that we can't > support '-Wall -Werror' for every Tom Dick and Harry > compiler out there. It's a pain enough to get it to > work even with GCC. Does it work if you configure > with "-Wall -Wno-tautological-compare -Werror" instead? > If so, I'd do that. >
Thanks for your answer. Yes it does work with "-Wall -Wno-tautological-compare -Werror" and without my patch.