Commit b9886e56 authored by James Almer's avatar James Almer

Merge commit '5bcc6f76'

* commit '5bcc6f76':
  configure: Disable warning C4703 with MSVC
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents b30cd14b 5bcc6f76
......@@ -3865,7 +3865,7 @@ msvc_flags(){
-wd4146 -wd4057 -wd4204 -wd4706 -wd4305 \
-wd4152 -wd4324 -we4013 -wd4100 -wd4214 \
-wd4307 \
-wd4273 -wd4554 -wd4701 ;;
-wd4273 -wd4554 -wd4701 -wd4703 ;;
esac
done
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment