disable warning on windows about '..' in include paths
This commit is contained in:
parent
41b890c74d
commit
aa1d9b7d25
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ REM Exports CLFLAGS
|
||||||
REM Start with the most strict warning level
|
REM Start with the most strict warning level
|
||||||
set WARNINGS=-W4 -Wall -WX
|
set WARNINGS=-W4 -Wall -WX
|
||||||
|
|
||||||
|
REM c4464 (relative include path contains '..')
|
||||||
|
set WARNINGS=%WARNINGS% -wd4464
|
||||||
|
|
||||||
REM c4457 (declaration shadowing function parameter)
|
REM c4457 (declaration shadowing function parameter)
|
||||||
REM FIXME(windows) TODO(uucidl): remove occurence of c4457 and reactivate
|
REM FIXME(windows) TODO(uucidl): remove occurence of c4457 and reactivate
|
||||||
REM FIXME(windows) TODO(uucidl): remove occurence of c4456 and reactivate
|
REM FIXME(windows) TODO(uucidl): remove occurence of c4456 and reactivate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue