Re: [PATCH] Add pragma to ignore clang warning as done for gcc in poll.c

2013-05-06 Thread Thomas Braun
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-tau

Re: [PATCH] Add pragma to ignore clang warning as done for gcc in poll.c

2013-05-04 Thread 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.