make/autoconf/flags-cflags.m4
changeset 50678 818a23db260c
parent 50645 9cdde9293187
child 50781 9f781ce22e7d
equal deleted inserted replaced
50677:bcbfd2707e58 50678:818a23db260c
   547     WARNING_CFLAGS_JDK_CXXONLY="+w"
   547     WARNING_CFLAGS_JDK_CXXONLY="+w"
   548     WARNING_CFLAGS_JDK="-errtags=yes -errfmt"
   548     WARNING_CFLAGS_JDK="-errtags=yes -errfmt"
   549   elif test "x$TOOLCHAIN_TYPE" = xmicrosoft; then
   549   elif test "x$TOOLCHAIN_TYPE" = xmicrosoft; then
   550     WARNING_CFLAGS="-W3"
   550     WARNING_CFLAGS="-W3"
   551     WARNING_CFLAGS_JDK="-wd4800"
   551     WARNING_CFLAGS_JDK="-wd4800"
       
   552     WARNING_CFLAGS_JVM="-wd4800"
   552   fi
   553   fi
   553 
   554 
   554   # Set some additional per-OS defines.
   555   # Set some additional per-OS defines.
   555 
   556 
   556   # Additional macosx handling
   557   # Additional macosx handling