Skip to content

Do not attempt to return a value in a void function.

David Thompson requested to merge dcthomp/smtk:bad-return into master

This will cause an error with gcc 10 when c++17 support is turned on.

Merge request reports