doc nit: no longer so many warnings for implicit-fallthrough
authorLee <ler762@users.sourceforge.net>
Mon, 2 Jan 2023 19:05:10 +0000 (14:05 -0500)
committerLee <ler762@users.sourceforge.net>
Mon, 2 Jan 2023 19:05:10 +0000 (14:05 -0500)
commitda1e903e244a34c31e9728b80c1a2ce421166aaf
tree0a0a50d7d8bfb4b47ee6eb82ae381f46e93673f8
parentca45744ac724f54a9b2f76bb9d529991ad928e3a
doc nit: no longer so many warnings for implicit-fallthrough

The old pcre code included with Privoxy had lots of fallthroughs
but that code is gone and the only implicit-fallthrough left is:

w32log.c: In function ‘LogWindowProc’:
w32log.c:1189:27: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1189 |          g_bShowLogWindow = wParam;
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~
w32log.c:1190:7: note: here
 1190 |       case WM_SIZE:  /* note: implicit-fallthrough */
      |       ^~~~
windows/MYconfigure