Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 560a27e

Browse files
committed
Disable Visual Studio warnings
1 parent 8113333 commit 560a27e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
'/wd4267',
4444
'/wd4197',
4545
'/wd4090',
46-
'/wd4018'
46+
'/wd4018',
47+
'/wd4311',
48+
'/wd4312',
49+
'/wd4334'
4750
])
4851
elif sys.platform.startswith('darwin'):
4952
sb_include_dirs.extend(['deps/sphinxbase/include/android'])

0 commit comments

Comments
 (0)