Skip to content

Fix warning: variable 'errorflag' set but not used

I added the attribute "DUNE_UNUSED" to the variable "errorflag" to avoid the
 warning: "variable 'errorflag' set but not used".

Merge request reports