]> git.eshelyaron.com Git - emacs.git/commit
Disable annoying Clang warnings
authorMattias Engdegård <mattiase@acm.org>
Sat, 16 Apr 2022 09:31:58 +0000 (11:31 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 16 Apr 2022 09:32:20 +0000 (11:32 +0200)
commitde306d3e5dfecb336d5f66312e3e14ed8a27a81c
tree11aaa0162a2132b0db73b79d3dd8eb7b6957170f
parentb3ff4905388834994ff26d9d033d6bc62b094c1c
Disable annoying Clang warnings

* configure.ac (CHECK_LISP_OBJECT_TYPE): Disable
-Wimplicit-const-int-float-conversion and -Wint-in-bool-context, which
currently only have false positives.
configure.ac