On Wednesday 18 February 2009, Tamas TEVESZ wrote: > On Wed, 18 Feb 2009, Dan Pascu wrote: > > On Wednesday 18 February 2009, Vladimir Nadvornik wrote: > > > On st 18. Ășnora 2009, Dan Pascu wrote: > > > > On Tuesday 17 February 2009, Vladimir Nadvornik wrote: > > > > > -void wmessage(const char *msg, ...); > > > > > +void wmessage(const char *msg, ...) > > > > > __attribute__((__format__(printf,1,2))); > > > > > > > > Is this stuff portable to non-linuxes? What does it even mean? I > > > > read it an have no clue what is supposed to do. And what is > > > > wrong with the original form? > > > > > > It prints a warning in cases like bellow. I didn't write the patch > > > and have no clue if it is portable. > > > > I have a feeling that it's not. > > it is not, but it can easily be protected to be only visible if gcc > (as posted earlier), and the feature it provides is useful. > > out of sheer curiosity, what other compilers are known to be able to > build windowmaker?
Out of sheer curiosity, does anyone ever read the provided documentation? The information about the supported platforms and the requirements is right at the top of the INSTALL file. Considering that list, I guess someone providing such patches must live up to some high expectations. -- Dan -- To unsubscribe, send mail to [email protected].
