From 2f160b4cde35f2cc407ea2e599a0c199ff22e60c Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 24 Jun 2019 18:47:53 +0000 Subject: [PATCH] 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 --- cmake/modules/HandleLLVMOptions.cmake | 4 ---- 1 file changed, 4 deletions(-) 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... -- 2.50.1