mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-11-21 21:16:02 +00:00
Disable type limit warnings on Travis.
These warnings can be triggered by defensive code and assertions, such as range checks on parameters. I'd rather silence the warning than remove the check, even if it's optimized away.
This commit is contained in:
parent
2cb49e6151
commit
834040505c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ compiler:
|
|||
|
||||
env:
|
||||
global:
|
||||
- CFLAGS="-Wno-unused-result"
|
||||
- CFLAGS="-Wno-unused-result -Wno-type-limits"
|
||||
- CRYB_TO=0.20190326
|
||||
|
||||
before_install:
|
||||
|
|
Loading…
Reference in a new issue