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:
@ -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() {
|
||||
|
@ -9,7 +9,7 @@ CommonCHeaders = '
|
||||
#include <signal.h>
|
||||
#include <stdarg.h> // for va_list
|
||||
#include <inttypes.h> // int64_t etc
|
||||
#include <string.h> // memcpy
|
||||
//#include <string.h> // memcpy
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <ctype.h>
|
||||
|
Reference in New Issue
Block a user