* lib/verify.h (_GL_VERIFY): If we lack both _Static_assert and
static_assert, suppress -Wnexted-externs.
2022-04-19 Paul Eggert <eggert@cs.ucla.edu>
+ verify: port to pedantic gcc -std=c99
+ * lib/verify.h (_GL_VERIFY): If we lack both _Static_assert and
+ static_assert, suppress -Wnexted-externs.
+
gettime-res: add tests
* modules/gettime-res-tests, tests/test-gettime-res.c: New files.
# define _GL_VERIFY(R, DIAGNOSTIC, ...) \
extern int (*_GL_GENSYM (_gl_verify_function) (void)) \
[_GL_VERIFY_TRUE (R, DIAGNOSTIC)]
+# if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
+# pragma GCC diagnostic ignored "-Wnested-externs"
+# endif
#endif
/* _GL_STATIC_ASSERT_H is defined if this code is copied into assert.h. */