]> git.eshelyaron.com Git - emacs.git/commit
Do not use -Wanalyzer-fd-leak
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 May 2023 01:51:23 +0000 (18:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 May 2023 02:28:11 +0000 (19:28 -0700)
commit9eef5a678c3bb6a6248193524e67f7003f25f5af
tree3db76cf14d8a82593b2178cebf2163232e8d3a7e
parent0b9677a192bcaa7e073347f4f4f19f2336531de8
Do not use -Wanalyzer-fd-leak

* configure.ac: Append -Wno-analyzer-fd-leak to WARN_CFLAGS when
configuring with --enable-gcc-warnings, to work around
GCC bug 109847.
configure.ac