]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/surf_interface.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Mark some internal symbols as hidden on ELF in base
[simgrid.git] / src / surf / surf_interface.cpp
index 155c519c1232ddf3c6a97cf0d6dd38aaf23f1977..8c78bcc2f0e786f6a1e17827455302c0290f071e 100644 (file)
 #include "mc/mc.h"
 #include "vm_interface.hpp"
 
-#ifdef _MSC_VER
-#pragma warning(disable: 4251)
-// warning C4251: 'Action::action_hook': class 'boost::intrusive::list_member_hook<void,void,void>' needs to have dll-interface to be used by clients of class 'Action'
-// No worry, compiler. Nobody will use those hooks from outside the DLL (or they will pay the price for it)
-#endif
-
 XBT_LOG_NEW_CATEGORY(surf, "All SURF categories");
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_kernel, surf,
                                 "Logging specific to SURF (kernel)");