Skip to content

Fixed warning "Empty_Rule is defined, but unused" in for 2D and 3D.

I added the attribute "[[maybe_unused]]" to the two definitions of variable "Empty_Rule" to avoid a warning.
The attribute "DUNE_UNUSED" did not work.

Merge request reports