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
inline in dynamics/tap_dynamics.c causes build failure with clang-4.0.0 with the debug option -g. But please remove them everywhere, because modern compilers know better. Also, get_table_gain in dynamics/tap_dynamics.c obviously needs to be made static.
The text was updated successfully, but these errors were encountered:
inline
in dynamics/tap_dynamics.c causes build failure with clang-4.0.0 with the debug option-g
. But please remove them everywhere, because modern compilers know better. Also,get_table_gain
in dynamics/tap_dynamics.c obviously needs to be madestatic
.The text was updated successfully, but these errors were encountered: