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)
commit19b4d0fb6a9dff94b74fc948880da2f0c7ddd3e9
tree814f9df5ea6982ecd81e99b9c446eab253ad909c
parentb7cb23a66cd14b33c65e4fc95cbc5e6a4ed51fee
inttostr.c: suppress a warning

* lib/inttostr.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
to ignore "...unsigned expression < 0 is always false" warnings.
lib/inttostr.c