cc.v: bring back implicit fn declaration

pull/2356/head
Alexander Medvednikov 2019-10-26 11:09:20 +03:00
parent cba12d0106
commit 58f0503f6d
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ fn (v mut V) cc() {
}
if v.pref.ccompiler != 'msvc' && v.os != .freebsd {
//a << '-Werror=implicit-function-declaration'
a << '-Werror=implicit-function-declaration'
}
for f in v.generate_hotcode_reloading_compiler_flags() {