From a2541426b8a8f781fac361e73037a10a0ea5caf9 Mon Sep 17 00:00:00 2001 From: Rene Brun <Rene.Brun@cern.ch> Date: Thu, 24 Apr 2008 14:23:10 +0000 Subject: [PATCH] From Axel: Add CPP macro needed against MSVC9 warnings on missing declaration attributes of math funcs. git-svn-id: http://root.cern.ch/svn/root/trunk@23517 27541ba8-7e3a-0410-8455-c3a389f83636 --- build/win/w32pragma.h | 1 + 1 file changed, 1 insertion(+) diff --git a/build/win/w32pragma.h b/build/win/w32pragma.h index 076d146a79c..b6523ef0066 100644 --- a/build/win/w32pragma.h +++ b/build/win/w32pragma.h @@ -73,6 +73,7 @@ #define _CRT_SECURE_NO_DEPRECATE 1 #define _SECURE_SCL 0 #define _HAS_ITERATOR_DEBUGGING 0 +#define _USE_ATTRIBUTES_FOR_SAL 0 #endif #endif // _WIN32 -- GitLab