mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
disable implicit-function-declaration for FreeBSD
This commit is contained in:
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
Block a user