X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fregex.c;h=ab27536c84f52f2ff891a8eebcf3cf9cfa3a9f41;hb=96269bbd2c9c35940341c978261587bdf3bcda78;hp=89ce73e1f90b783c274ff5166c5a5865c63c036b;hpb=5a460138e9cb595387de6db5a86a63c12d63d181;p=gnulib.git diff --git a/lib/regex.c b/lib/regex.c index 89ce73e1f..ab27536c8 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -14,14 +14,15 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + with this program; if not, see . */ #ifndef _LIBC # include -# if (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) || 4 < __GNUC__ +# if (__GNUC__ == 4 && 6 <= __GNUC_MINOR__) || 4 < __GNUC__ # pragma GCC diagnostic ignored "-Wsuggest-attribute=pure" +# endif +# if (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) || 4 < __GNUC__ # pragma GCC diagnostic ignored "-Wtype-limits" # endif #endif