ngscopeclient / scopehal-apps

ngscopeclient and other client applications for libscopehal.
https://www.ngscopeclient.org/
BSD 3-Clause "New" or "Revised" License
534 stars 83 forks source link

Fix warnings #686

Closed d235j closed 4 months ago

d235j commented 4 months ago

This fixes nearly all current warnings. [[maybe_unused]] is added in some places where it makes sense. -Werror has been turned on for most warnings as well.

The related scopehal PR, https://github.com/ngscopeclient/scopehal/pull/854, and the related logtools PR, https://github.com/ngscopeclient/logtools/pull/14, are needed.