You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to work around #276 by simply disabling assertions via the NDEBUG Macro. However this leads to unused variables for variables only introduced for asserting on them (e.g. here and here). CMakeLists.txt enables-Werrorwhich it probably shouldn't and therefore libsoundio won't compile with C asserts disabled.
The text was updated successfully, but these errors were encountered:
I wanted to work around #276 by simply disabling assertions via the
NDEBUG
Macro. However this leads to unused variables for variables only introduced for asserting on them (e.g. here and here). CMakeLists.txt enables-Werror
which it probably shouldn't and therefore libsoundio won't compile with C asserts disabled.The text was updated successfully, but these errors were encountered: