1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-02-01 10:09:10 +00:00
ngircd/src
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
..
ipaddr Streamline ".gitignore" files 2015-07-19 03:03:06 +02:00
ngircd Annotate "fall through" cases to silence warnings 2024-01-18 22:49:48 +01:00
portab Make the debug loglevel always available 2023-01-02 22:39:16 +01:00
testsuite Test suite: Update for OpenSSL 3.x 2024-01-11 15:12:54 +01:00
tool Fix some compiler warnings of Apple Xcode/Clang 2018-10-30 01:53:24 +01:00
Makefile.am IPv6 support. 2008-02-26 23:50:35 +01:00