1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-04-13 22:33:14 +00:00
Alexander Barton c83d55f758 Annotate "fall through" cases to silence warnings
Add a "/* fall through */" annotation to "case" statements which
actually should "fall through" to silences GCC warning like this:

  hash.c: In function ‘jenkins_hash’:
  hash.c:110:27: warning: this statement may fall through
                 [-Wimplicit-fallthrough=]
    110 |                 case 12: c+=((UINT32)k[11])<<24;
        |                          ~^~~~~~~~~~~~~~~~~~~~~
2024-01-18 22:49:48 +01:00
..
2015-07-19 03:03:06 +02:00
2008-02-26 23:50:35 +01:00