Imported Upstream version 1.57.0
[platform/upstream/boost.git] / boost / mpi / detail / ignore_oprimitive.hpp
index 9070ea7..23375ca 100644 (file)
@@ -52,7 +52,7 @@ public:
 
         /// don't do anything when saving primitive types
     template<class T>
-    void save(const T & t)
+    void save(const T &)
     {
     }
 };