Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix prototype, and use boolean operators.
[simgrid.git] / src / smpi / mpi / smpi_keyvals.cpp
index d22bbf205c70a492a5b592134c7027f122be95da..33badb3a17dd71b1873dc300b0dcdf7e0cdc1897 100644 (file)
@@ -12,7 +12,7 @@ namespace smpi{
 
 std::unordered_map<int, void*>* Keyval::attributes(){
   return &attributes_;
-};
+}
 
 template <> int Keyval::call_deleter<Comm>(Comm* obj, smpi_key_elem elem, int keyval, void* value, int* /*flag*/)
 {