|
|
@ -2,7 +2,8 @@ clang_msvc_flags = |
|
|
|
{ |
|
|
|
{ |
|
|
|
"/wd4146", "/wd4244", "/wd4800", "/wd4345", |
|
|
|
"/wd4146", "/wd4244", "/wd4800", "/wd4345", |
|
|
|
"/wd4355", "/wd4996", "/wd4624", "/wd4291", |
|
|
|
"/wd4355", "/wd4996", "/wd4624", "/wd4291", |
|
|
|
"/wd4251" |
|
|
|
"/wd4251", |
|
|
|
|
|
|
|
"/wd4141", -- 'inline' : used more than once |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if not (string.starts(action, "vs") and not os.is_windows()) then |
|
|
|
if not (string.starts(action, "vs") and not os.is_windows()) then |
|
|
|