Commit 9dc9b7e6 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '567ca142'

* commit '567ca142':
  configure: Add -D_CRT_NONSTDC_NO_WARNINGS when building with msvc
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 85a5cdb4 567ca142
......@@ -3775,7 +3775,7 @@ probe_cc(){
_ld_lib='lib%.a'
_ld_path='-libpath:'
_flags='-nologo'
_cflags='-D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS'
_cflags='-D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS'
disable stripping
elif $_cc --version 2>/dev/null | grep -q ^cparser; then
_type=cparser
......
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