Merge branch 'implicit_fallthrough' into 'master'

Fix implicit fallthrough warning on gcc

See merge request OpenMesh/OpenMesh!152
This commit is contained in:
Jan Möbius
2018-01-26 16:06:18 +01:00
2 changed files with 5 additions and 4 deletions

View File

@@ -64,6 +64,7 @@
<li>OM Writer: Added Mark to the format header to identify end of stream correctly (Thanks to Jamie Kydd for the patch)</li>
<li>PLY Reader: Skip reading extra elements after face</li>
<li>PLY Reader: Return error when reaching EOF</li>
<li>OMFormat: Fix implicit fallthrough warning on gcc(Thanks to Manuel Massing for the patch)</li>
</ul>
<b>Unittests</b>