From 2fedcd920cc0b14ed2b70a0179f8cec886800cf4 Mon Sep 17 00:00:00 2001 From: ahcorde Date: Mon, 7 Dec 2020 14:18:39 +0100 Subject: [PATCH] remove some windows warnings Signed-off-by: ahcorde --- include/ignition/rendering/MeshDescriptor.hh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/ignition/rendering/MeshDescriptor.hh b/include/ignition/rendering/MeshDescriptor.hh index ff6928a1d..ca71faf51 100644 --- a/include/ignition/rendering/MeshDescriptor.hh +++ b/include/ignition/rendering/MeshDescriptor.hh @@ -65,12 +65,16 @@ namespace ignition public: const common::Mesh *mesh = nullptr; IGN_COMMON_WARN_RESUME__DLL_INTERFACE_MISSING + IGN_COMMON_WARN_IGNORE__DLL_INTERFACE_MISSING /// \brief Name of the registered Mesh public: std::string meshName; + IGN_COMMON_WARN_RESUME__DLL_INTERFACE_MISSING + IGN_COMMON_WARN_IGNORE__DLL_INTERFACE_MISSING /// \brief Name of the sub-mesh to be loaded. An empty string signifies /// all sub-meshes should be loaded. public: std::string subMeshName; + IGN_COMMON_WARN_RESUME__DLL_INTERFACE_MISSING /// \brief Denotes if the loaded sub-mesh vertices should be centered public: bool centerSubMesh = false;