8000 Make it compile with latest MSVSC · PyGreSQL/PyGreSQL@fae41b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit fae41b5

Browse files
committed
Make it compile with latest MSVSC
1 parent 417f543 commit fae41b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def finalize_options(self):
136136
define_macros.append(('MS_WIN64', None))
137137
elif compiler == 'msvc': # Microsoft Visual C++
138138
extra_compile_args[1:] = [
139-
'-J', '-W3', '-WX',
139+
'-J', '-W3', '-WX', '-wd4391',
140140
'-Dinline=__inline'] # needed for MSVC 9
141141

142142

0 commit comments

Comments
 (0)
0