diff --git a/vtkm/cont/ColorTable.h b/vtkm/cont/ColorTable.h index 7f6e2ca6f..e194907b6 100644 --- a/vtkm/cont/ColorTable.h +++ b/vtkm/cont/ColorTable.h @@ -204,8 +204,8 @@ public: ~ColorTable(); - ColorTable& operator=(const ColorTable& p) = default; - ColorTable(const ColorTable& p) = default; + ColorTable& operator=(const ColorTable&) = default; + ColorTable(const ColorTable&) = default; const std::string& GetName() const; void SetName(const std::string& name);