Skip to content

Avoid deprecation warning in gmshtest

Oliver Sander requested to merge avoid-deprecation-warning-in-test into master

The gmshtest unit test still tests the deprecated functionality of storing the loaded grid in a C pointer. Since this is deliberate we explicitly tell the compiler to not emit a deprecation warning for this.

Merge request reports