Disable -Waddress-of-packed-member warnings reported by clang
[vpp.git] / src / vpp-api / vom / singular_db.hpp
index bc49c88..07ea2cb 100644 (file)
@@ -143,7 +143,7 @@ private:
   /**
    * the map of objects against their key
    */
-  std::map<KEY, std::weak_ptr<OBJ>> m_map;
+  std::map<const KEY, std::weak_ptr<OBJ>> m_map;
 };
 };