inttostr.c: suppress a warning
authorJim Meyering <meyering@redhat.com>
Sun, 30 Nov 2008 16:36:15 +0000 (17:36 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 13 Jan 2009 07:21:53 +0000 (08:21 +0100)
* lib/inttostr.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
to ignore "...unsigned expression < 0 is always false" warnings.


No differences found