diff --git a/src/mesh/parallel/fci.cxx b/src/mesh/parallel/fci.cxx index 0b4ea5f6d1..4855c25c2a 100644 --- a/src/mesh/parallel/fci.cxx +++ b/src/mesh/parallel/fci.cxx @@ -468,7 +468,7 @@ void FCITransform::outputVars(Options& output_options) { output_options["Z"].force(Z, "FCI"); } -void FCITransform::loadParallelMetrics(Coordinates* coords) { +void FCITransform::loadParallelMetrics([[maybe_unused]] Coordinates* coords) { #if BOUT_USE_METRIC_3D output_info.write("\tLoading parallel metrics\n"); const auto JB0 = coords->J * coords->Bxy;