Jim Meyering wrote: > Hi Paolo, > > Ok to apply this? Sure.
> /* Tell gcc not to warn about the (nfd < 0) tests, below. */ > #if (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) || 4 < __GNUC__ > # pragma GCC diagnostic ignored "-Wtype-limits" > #endif Ok too for this particular case, of course not for -Wunused. Paolo
