c42f / tinyformat

Minimal, type safe printf replacement library for C++
531 stars 75 forks source link

Fix GCC-7 Wimplicit-fallthrough warnings. #39

Closed pkunavin closed 7 years ago

pkunavin commented 7 years ago

Annotate case statements that may fall through.

nigels-com commented 7 years ago

Looks good.

c42f commented 7 years ago

Yes, this looks good to me, thanks. (The blog post on this is nice: https://developers.redhat.com/blog/2017/03/10/wimplicit-fallthrough-in-gcc-7/ )