swesterfeld / spectmorph

SpectMorph: spectral audio morphing
http://www.spectmorph.org
GNU Lesser General Public License v2.1
64 stars 5 forks source link

./smmath.hh:444:10: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] #23

Closed yurivict closed 1 year ago

yurivict commented 1 year ago

You use C++17 but the "register" keyword is deprecated in C++17.

Please remove it.

clang-16 FreeBSD 13.2