Re: verror.h should use _GL_ATTRIBUTE_FORMAT

2011-03-20 Thread Bruno Haible
Hello Tom, > I ran into a build error when building GNU m4 1.4.16 with the SGI > compiler on IRIX 5.3 and 6.2. > The problem turned out to be in verror.h from gnulib. It uses the > __attribute__ format directive directly instead of the usual > _GL_ATTRIBUTE_FORMAT macro. Oops, that's a bug I intr

verror.h should use _GL_ATTRIBUTE_FORMAT

2011-03-20 Thread Tom G. Christensen
Hello, I ran into a build error when building GNU m4 1.4.16 with the SGI compiler on IRIX 5.3 and 6.2. The problem turned out to be in verror.h from gnulib. It uses the __attribute__ format directive directly instead of the usual _GL_ATTRIBUTE_FORMAT macro. I don't have the buildlogs available ri