Workaround cgo declarations after statements in Go Travis tests
These should be fixed when go-1.7 is released
This commit is contained in:
parent
8666b99e74
commit
e28b7f1fcf
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ def get_cflags(language, std, compiler):
|
|||
cflags = {
|
||||
"csharp":"-Werror " + c_common,
|
||||
"d":"-Werror " + c_common,
|
||||
"go":"-Werror " + c_common,
|
||||
"go":"-Werror " + c_common + " -Wno-declaration-after-statement",
|
||||
"guile":"-Werror " + c_common,
|
||||
"java":"-Werror " + c_common,
|
||||
"javascript":"-Werror " + c_common,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue