disable implicit-function-declaration for FreeBSD
parent
631e6a0d09
commit
a5b44b3bc5
|
@ -39,7 +39,7 @@ fn (v mut V) cc() {
|
||||||
else {
|
else {
|
||||||
a << '-g'
|
a << '-g'
|
||||||
}
|
}
|
||||||
if v.os != .msvc {
|
if v.os != .msvc && v.os != .freebsd {
|
||||||
a << '-Werror=implicit-function-declaration'
|
a << '-Werror=implicit-function-declaration'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue