Merge pull request #2530 from jamessan/Werror-only-ci
Remove -Werror from default CFLAGS
This commit is contained in:
commit
ab09ae20d6
3 changed files with 5 additions and 3 deletions
|
|
@ -28,7 +28,6 @@ fn main() {
|
|||
.flag_if_supported("-std=c99")
|
||||
.flag_if_supported("-fvisibility=hidden")
|
||||
.flag_if_supported("-Wshadow")
|
||||
.flag_if_supported("-Werror")
|
||||
.include(src_path)
|
||||
.include("include")
|
||||
.file(src_path.join("lib.c"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue