diff options
author | MITSUNARI Shigeo <[email protected]> | 2020-02-26 15:24:47 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2020-02-26 15:35:37 +0900 |
commit | 5fc69fc8e2577c071549e00f9b6dc410813fb713 (patch) | |
tree | 709474d1b7267053fa71c0fdd2ca4b7c13d4aea1 /test/set_opt.bat | |
parent | e69e0b420a7e3f415527b9a0bd80f5a9708439f2 (diff) | |
download | xbyak-5fc69fc8e2577c071549e00f9b6dc410813fb713.tar.gz xbyak-5fc69fc8e2577c071549e00f9b6dc410813fb713.zip |
remove warning of testv5.891
Diffstat (limited to 'test/set_opt.bat')
-rw-r--r-- | test/set_opt.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/set_opt.bat b/test/set_opt.bat index 836d059..73a83f6 100644 --- a/test/set_opt.bat +++ b/test/set_opt.bat @@ -1,2 +1,2 @@ @echo off -set OPT=/EHsc -I../xbyak /W4 -D_CRT_SECURE_NO_WARNINGS /nologo
\ No newline at end of file +set OPT=/EHsc -I../xbyak -I./ /W4 -D_CRT_SECURE_NO_WARNINGS /nologo
\ No newline at end of file |