David Perry 5f485d59c9 Fix trivial clang warnings on MSYS2 Windows build
Fix some trivial but fatal warnings generated by clang when run under a
Windows MSYS2 build. Most are `-Wdocumentation` warnings caused by
docstring comments slipping out of sync with the code they document.

Remove unused variable `i_handles` from `sync_pipe_start()` in
`capture/capture_sync.c` to prevent a `-Wunused-but-set` error.

Use `DIAG_OFF(unreachable-code)` in `wsutil/test_wsutil.c` to prevent a
fully-expected `Wunreachable-code` "error" caused by short-circuiting
the function in Windows.

All changes have been confirmed to have no ill effect on a MSVC Windows
build. Changes should not negatively impact other platforms but this has
not been confirmed.
2025-06-03 15:04:21 -04:00
..
2024-06-17 20:32:44 +00:00
2023-12-18 21:17:29 -05:00
2024-12-06 13:32:50 +00:00