8000 deal with msvc warnings · python/cpython-source-deps@2eee934 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2eee934

Browse files
committed
deal with msvc warnings
1 parent 206b297 commit 2eee934

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis/compile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
22
# Wrapper for compilers which do not understand '-c -o'.
33

4-
scriptversion=2018-03-07.03; # UTC
4+
scriptversion=2018-03-27.18; # UTC
55

66
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
77
# Written by Tom Tromey <tromey@cygnus.com>.
@@ -187,6 +187,9 @@ func_cl_wrapper ()
187187
-static)
188188
shared=false
189189
;;
190+
-warn)
191+
eat=1
192+
;;
190193
-Wl,*)
191194
arg=${1#-Wl,}
192195
save_ifs="$IFS"; IFS=','

0 commit comments

Comments
 (0)
0