Disable warnings on Mac

This commit is contained in:
Ross Nicoll 2021-07-10 18:25:27 +01:00
parent 7ba4e5a5da
commit 2f557fe52d

View File

@ -16,3 +16,6 @@ export OSX_SDK=""
export CCACHE_SIZE=300M
export RUN_SECURITY_TESTS="true"
# Compiler for Mac native warns on C99 in dependencies.
export NO_WERROR=1