Salome HOME
#18963 Minimize compiler warnings
[modules/smesh.git] / src / SMDS / SMDS_SetIterator.hxx
index f9f1d5b08ea34d0fe914ffd9524023692a528152..c0439d512df03cc88d2b80395bf46925d2a77c1c 100644 (file)
@@ -63,7 +63,7 @@ namespace SMDS {
   template <typename VALUE>
   struct PassAllValueFilter
   {
-    bool operator()(const VALUE& t ) { return true; }
+    bool operator()(const VALUE& /*t*/ ) { return true; }
   };
 
   template <typename VALUE>