deal with msvc warnings
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Wrapper for compilers which do not understand '-c -o'.
|
# Wrapper for compilers which do not understand '-c -o'.
|
||||||
|
|
||||||
scriptversion=2018-03-07.03; # UTC
|
scriptversion=2018-03-27.18; # UTC
|
||||||
|
|
||||||
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
|
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
|
||||||
# Written by Tom Tromey <tromey@cygnus.com>.
|
# Written by Tom Tromey <tromey@cygnus.com>.
|
||||||
@@ -187,6 +187,9 @@ func_cl_wrapper ()
|
|||||||
-static)
|
-static)
|
||||||
shared=false
|
shared=false
|
||||||
;;
|
;;
|
||||||
|
-warn)
|
||||||
|
eat=1
|
||||||
|
;;
|
||||||
-Wl,*)
|
-Wl,*)
|
||||||
arg=${1#-Wl,}
|
arg=${1#-Wl,}
|
||||||
save_ifs="$IFS"; IFS=','
|
save_ifs="$IFS"; IFS=','
|
||||||
|
|||||||
Reference in New Issue
Block a user