]> git.eshelyaron.com Git - emacs.git/commitdiff
Update from Gnulib by running admin/merge-gnulib
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Oct 2022 00:49:07 +0000 (17:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Oct 2022 00:57:55 +0000 (17:57 -0700)
m4/assert_h.m4

index c411a34aa7bd2dc6fa8f250b17a00badbb6ed328..c1306daef4f233d9ee63e5a0ca04fc344eed3c36 100644 (file)
@@ -18,6 +18,7 @@ AC_DEFUN([gl_ASSERT_H],
        [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>