StaMPS icon indicating copy to clipboard operation
StaMPS copied to clipboard

Fix undefined behaviour.

Open giomasce opened this issue 4 years ago • 0 comments

In C++ functions returning non-void must finish with a "return" statement. Otherwise this brings to undefined behaviour, which in my particular case (GCC 9.3.0 on Debian unstable) causes a segmentation fault.

giomasce avatar Apr 23 '20 12:04 giomasce