1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00

Merge pull request #470 from github/macro-madness

Silence REPL macro-redefined warnings from the C compiler.
This commit is contained in:
Patrick Thomson 2020-02-06 14:25:59 -05:00 committed by GitHub
commit 3e135837fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,8 @@ function flags {
then add_autogen_includes "$build_dir/semantic-0.10.0.0/noopt/build/autogen"
fi
echo "-optP-Wno-macro-redefined"
# .hs source dirs
# TODO: would be nice to figure this out from cabal.project & the .cabal files
echo "-isemantic-analysis/src"