Skip to content
Snippets Groups Projects
Commit 1dc25b54 authored by Axel Naumann's avatar Axel Naumann
Browse files

Silence "X needs to have dll-interface to be used by clients of class Y" warnings.

git-svn-id: http://root.cern.ch/svn/root/trunk@41884 27541ba8-7e3a-0410-8455-c3a389f83636
parent 15bc593d
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,8 @@ ...@@ -49,6 +49,8 @@
#pragma warning (disable: 4748) #pragma warning (disable: 4748)
/* function(): resolved overload was found by argument-dependent lookup */ /* function(): resolved overload was found by argument-dependent lookup */
#pragma warning (disable: 4675) #pragma warning (disable: 4675)
/* X needs to have dll-interface to be used by clients of class Y */
#pragma warning (disable: 4251)
/* function is hidden */ /* function is hidden */
#pragma warning (3: 4266) #pragma warning (3: 4266)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment