Reported by Assaf Gordon via Paul Eggert in
<https://lists.gnu.org/archive/html/coreutils/2022-01/msg00018.html>.
* m4/gnulib-common.m4 (gl_CC_GNULIB_WARNINGS): Don't use
-Wno-unsuffixed-float-constants with clang.
+2022-01-15 Bruno Haible <bruno@clisp.org>
+
+ Don't pass unknown warning option to clang.
+ Reported by Assaf Gordon via Paul Eggert in
+ <https://lists.gnu.org/archive/html/coreutils/2022-01/msg00018.html>.
+ * m4/gnulib-common.m4 (gl_CC_GNULIB_WARNINGS): Don't use
+ -Wno-unsuffixed-float-constants with clang.
+
2022-01-15 Bruno Haible <bruno@clisp.org>
log tests: Avoid test failure with nvc 22.1.
-# 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,
-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