1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

remove string.h include

This commit is contained in:
Alexander Medvednikov
2019-10-26 11:14:16 +03:00
parent 58f0503f6d
commit ef45a87882
3 changed files with 7 additions and 4 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() {