kpu / kenlm

KenLM: Faster and Smaller Language Model Queries
http://kheafield.com/code/kenlm/
Other
2.52k stars 511 forks source link

Make fallthroughs explicit in murmur_hash.cc #451

Open r-barnes opened 4 months ago

r-barnes commented 4 months ago

Allows code to compile with -Wimplicit-fallthrough. In conjunction with #450 this is sufficient to show that all fallthroughs are explicit and, therefore, safe (in a sense).