]> git.eshelyaron.com Git - emacs.git/commit
Fix MinGW build with GCC 14 and later
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 May 2024 07:58:52 +0000 (10:58 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 May 2024 07:42:05 +0000 (09:42 +0200)
commit02e7c850bacb7bc0c9ad883ddcc800f43cbc25c2
tree383cb81e41ce6e28e6bb6c22e23d3ebfd4206eed
parentc302ecfe5697cadb684cec73023f3ce5666dabd2
Fix MinGW build with GCC 14 and later

* configure.ac [mingw]: Add -Wno-error=implicit-function-declaration
to GCC_TEST_OPTIONS.  (Bug#70889)

(cherry picked from commit 5216903ae6c3f91ebefb1152af40753f723cbc39)
configure.ac