From e7f1cf30f1482236ceb3d0a90ddfe35a5e8f70fa Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 16 Jan 2022 09:03:03 +0200 Subject: [PATCH 41/41] Update gnulib-common to serial 72 from gnulib upstream See osdn #43635 Signed-off-by: Marko Lindqvist --- dependencies/m4/gnulib-common.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies/m4/gnulib-common.m4 b/dependencies/m4/gnulib-common.m4 index 3730860f6d..dbc4079614 100644 --- a/dependencies/m4/gnulib-common.m4 +++ b/dependencies/m4/gnulib-common.m4 @@ -1,4 +1,4 @@ -# gnulib-common.m4 serial 71 +# gnulib-common.m4 serial 72 dnl Copyright (C) 2007-2022 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -952,7 +952,7 @@ AC_DEFUN([gl_CC_GNULIB_WARNINGS], -Wno-sign-conversion -Wno-type-limits #endif - #if __GNUC__ + (__GNUC_MINOR__ >= 5) > 4 || (__clang_major__ + (__clang_minor__ >= 9) > 3) + #if __GNUC__ + (__GNUC_MINOR__ >= 5) > 4 -Wno-unsuffixed-float-constants #endif EOF -- 2.34.1