test-intprops: disable -Wtype-limits diagnostics
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 May 2011 23:47:01 +0000 (16:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 May 2011 23:48:17 +0000 (16:48 -0700)
commit9d196fad055a448c5732a8e950cc044b353d2615
treea70d1de5c3a2be4cbe369a75cb73957fa38f6ec5
parent8aad2a7bdd93df610506c08accd7cf1b67153f51
test-intprops: disable -Wtype-limits diagnostics

* tests/test-intprops.c: Use a pragma to ignore -Wtype-limits
diagnostics.  Otherwise, the integer overflow macros generate many
diagnostics.  Reported by Jim Meyering in
<http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00528.html>.
ChangeLog
tests/test-intprops.c