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
When compiling sources using Smoothed library I the the following warning:
In file included from lib/Signals/Signals.cpp:14:
.pio/libdeps/iRock_v1_1/Smoothed/src/Smoothed.h: In member function 'bool Smoothed::clear() [with T = float]':
.pio/libdeps/iRock_v1_1/Smoothed/src/Smoothed.h:199:1: warning: control reaches end of non-void function [-Wreturn-type]
199 | }
The text was updated successfully, but these errors were encountered:
When compiling sources using Smoothed library I the the following warning:
In file included from lib/Signals/Signals.cpp:14:
.pio/libdeps/iRock_v1_1/Smoothed/src/Smoothed.h: In member function 'bool Smoothed::clear() [with T = float]':
.pio/libdeps/iRock_v1_1/Smoothed/src/Smoothed.h:199:1: warning: control reaches end of non-void function [-Wreturn-type]
199 | }
The text was updated successfully, but these errors were encountered: