]> git.eshelyaron.com Git - emacs.git/commit
Pacify clang 15.0.6 on Fedora 37
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Jan 2023 23:15:52 +0000 (15:15 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Jan 2023 03:07:33 +0000 (19:07 -0800)
commit167bf3408e437704b27171c6fad5d15bbc623b3a
treee1e16bd25ae95f4016f434ec2e215ed1eff1a99f
parent54d5ea66c99f03240379d6d2e411145cced585a5
Pacify clang 15.0.6 on Fedora 37

* configure.ac: Suppress clang -Wbitwise-instead-of-logical,
as there’s nothing wrong with using & and | on bool.
* src/coding.c: Suppress -Wunused-but-set-variable in this file,
as it’s too much trouble to recode to pacify clang.
configure.ac
src/coding.c