]> granicus.if.org Git - graphviz/commit
only enable -Wtrampolines and -Wlogical-op for compilers that support them
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 18 Jun 2021 15:07:27 +0000 (08:07 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Jun 2021 15:53:53 +0000 (08:53 -0700)
commit6409d7cd59611974e882c1e6bc0cae82ff4b2bf7
treeb1c22c0bdd2094108272a9ca991c3b4902664d73
parentaf5ec63288351b6e8e6a09bcd59b8658f05a690a
only enable -Wtrampolines and -Wlogical-op for compilers that support them

This fixes an issue where these flags were enabled for Clang, despite it not
supporting them. This did not fail the build, but produced a lot of noisy
warning output about unsupported flags. Closes #2066.
CHANGELOG.md
configure.ac
m4/README
m4/ax_check_compile_flag.m4 [new file with mode: 0644]