Skip to content

Fix -Wimplicit-fallthrough warnings

Povilas Kanapickas requested to merge p12tic/backends:fix-warnings into master

This PR fixes -Wimplicit-fallthrough warnings by adding annotations expected by GCC. Additionally, one obvious yet almost harmless bug has been fixed.

Merge request reports