From: Nico Weber Date: Mon, 24 Jun 2019 18:47:53 +0000 (+0000) Subject: Remove flag for no longer supported MSVC version X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f160b4cde35f2cc407ea2e599a0c199ff22e60c;p=llvm Remove flag for no longer supported MSVC version git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364218 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/cmake/modules/HandleLLVMOptions.cmake b/cmake/modules/HandleLLVMOptions.cmake index 966a2b9294e..59e1bdb8ebc 100644 --- a/cmake/modules/HandleLLVMOptions.cmake +++ b/cmake/modules/HandleLLVMOptions.cmake @@ -361,10 +361,6 @@ if( MSVC ) include(ChooseMSVCCRT) - if( MSVC11 ) - add_definitions(-D_VARIADIC_MAX=10) - endif() - # Add definitions that make MSVC much less annoying. add_definitions( # For some reason MS wants to deprecate a bunch of standard functions...