ソースを参照

Remove unused parameter (Output)

Eric Ramat 3 年 前
コミット
b848e09954
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/artis-star/common/observer/Output.hpp

+ 1 - 1
src/artis-star/common/observer/Output.hpp

@@ -67,7 +67,7 @@ struct TimedIterator
   double _begin;
   double _step;
 
-  double begin(const std::vector <DiscreteTimeIterator<Time>> &its) const
+  double begin(const std::vector <DiscreteTimeIterator<Time>> & /* its */) const
   { return _begin; }
 
   iterator_type build(const typename View<Time>::Values &view) const