I would suggest protecting the gcc-specific pragma, perhaps like this:

#if( 2 < __GNUC__ )
#pragma GCC poison strtok asctime ctime gmtime localtime tmpnam strerror
#endif

I believe that particular pragma syntax was introduce with gcc 3, thus
the (2 < __GNUC__ ) predicate ...

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://lists.ee.ethz.ch/rrd-developers
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi

Reply via email to