* m4/assert_h.m4 (gl_ASSERT_H): Suppress bogus warnings from Apple
clang 13 (clang-1300.0.29.30). Problem privately reported by
Mattias EngdegÄrd for GNU Emacs.
+2022-09-30 Paul Eggert <eggert@cs.ucla.edu>
+
+ assert-h: suppress Apple clang 13 false alarms
+ * m4/assert_h.m4 (gl_ASSERT_H): Suppress bogus warnings from Apple
+ clang 13 (clang-1300.0.29.30). Problem privately reported by
+ Mattias EngdegÄrd for GNU Emacs.
+
2022-09-26 Daiki Ueno <ueno@gnu.org>
largefile: fix detection of time_t size on mingw32
[AC_LANG_PROGRAM(
[[#if defined __clang__ && __STDC_VERSION__ < 202311
#pragma clang diagnostic error "-Wc2x-extensions"
+ #pragma clang diagnostic error "-Wc++17-extensions"
#endif
#ifdef INCLUDE_ASSERT_H
#include <assert.h>