X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fpropername.c;h=79c6b08e45ea135bd96369f74ee624781dae963e;hb=5e3f9fb1457299215f1777603ef9d3e2f81986ff;hp=346c31048640dd2554d4e99f6682b5e800585bc6;hpb=69f517e5975418e7b2c5033f8f60191919f44b9d;p=gnulib.git diff --git a/lib/propername.c b/lib/propername.c index 346c31048..79c6b08e4 100644 --- a/lib/propername.c +++ b/lib/propername.c @@ -1,5 +1,5 @@ /* Localization of proper names. - Copyright (C) 2006-2011 Free Software Foundation, Inc. + Copyright (C) 2006-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify @@ -17,7 +17,7 @@ /* Without this pragma, gcc 4.7.0 20111124 mistakenly suggests that the proper_name function might be candidate for attribute 'const' */ -#if (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) || 4 < __GNUC__ +#if (__GNUC__ == 4 && 6 <= __GNUC_MINOR__) || 4 < __GNUC__ # pragma GCC diagnostic ignored "-Wsuggest-attribute=const" #endif