Skip to content

Fix unused parameter warnings

Kenneth Moreland requested to merge kmorel/vtk-m:unused-param-warning into master

One of the dashboard compilers (gcc 4.8 with cuda, I think) was giving warnings about an unused parameter. Apparently, the compiler did not like the parameters defined for default assignment operators.

Merge request reports