X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-nl_langinfo.c;h=06a4c9d0b771bc01bbc6957c13c97967c339e25c;hb=refs%2Ftags%2Fdebian%2F20140202%2Bstable-1;hp=41f16d39be3e6e649976e04a0a56a811a49ad827;hpb=f104dfe4e7676f832801a361a86f1e6387eb19b9;p=gnulib.git diff --git a/tests/test-nl_langinfo.c b/tests/test-nl_langinfo.c index 41f16d39b..06a4c9d0b 100644 --- a/tests/test-nl_langinfo.c +++ b/tests/test-nl_langinfo.c @@ -1,5 +1,5 @@ /* Test of nl_langinfo replacement. - Copyright (C) 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2009-2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -30,10 +30,10 @@ SIGNATURE_CHECK (nl_langinfo, char *, (nl_item)); #include "c-strcase.h" #include "macros.h" -/* For GCC >= 4.2, silence the warnings +/* For GCC >= 4.3, silence the warnings "comparison of unsigned expression >= 0 is always true" in this file. */ -#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2) +#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) # pragma GCC diagnostic ignored "-Wtype-limits" #endif