>>> caps: Building community/caps 0.9.26-r0 (using abuild 3.11.21-r0) started Sun, 30 Jul 2023 09:57:24 +0000 >>> caps: Checking sanity of /home/buildozer/aports/community/caps/APKBUILD... >>> caps: Analyzing dependencies... >>> caps: Installing for build: build-base (1/1) Installing .makedepends-caps (20230730.095728) OK: 918 MiB in 109 packages >>> caps: Cleaning up srcdir >>> caps: Cleaning up pkgdir >>> caps: Cleaning up tmpdir >>> caps: Fetching https://distfiles.alpinelinux.org/distfiles/edge/caps_0.9.26.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 178k 100 178k 0 0 485k 0 --:--:-- --:--:-- --:--:-- 500k >>> caps: Fetching https://distfiles.alpinelinux.org/distfiles/edge/caps_0.9.26.tar.bz2 >>> caps: Checking sha512sums... caps_0.9.26.tar.bz2: OK patch-basics.h.patch: OK >>> caps: Unpacking /var/cache/distfiles/caps_0.9.26.tar.bz2... >>> caps: patch-basics.h.patch patching file basics.h Makefile:62: warning: ignoring prerequisites on suffix rule definition g++ -MM -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC Amp.cc AutoFilter.cc CabIII.cc CabIV.cc Chorus.cc Click.cc Compress.cc Eq.cc Fractals.cc Noisegate.cc Pan.cc Phaser.cc Reverb.cc Saturate.cc Scape.cc Sin.cc ToneStack.cc White.cc interface.cc dsp/polynomials.cc > depend Makefile:62: warning: ignoring prerequisites on suffix rule definition g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o Amp.o -c Amp.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o AutoFilter.o -c AutoFilter.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o CabIII.o -c CabIII.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o CabIV.o -c CabIV.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o Chorus.o -c Chorus.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o Click.o -c Click.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o Compress.o -c Compress.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o Eq.o -c Eq.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o Fractals.o -c Fractals.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o Noisegate.o -c Noisegate.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o Pan.o -c Pan.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o Phaser.o -c Phaser.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o Reverb.o -c Reverb.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o Saturate.o -c Saturate.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o Scape.o -c Scape.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o Sin.o -c Sin.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o ToneStack.o -c ToneStack.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o White.o -c White.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o interface.o -c interface.cc g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o dsp/polynomials.o -c dsp/polynomials.cc In file included from Chorus.h:29, from Chorus.cc:30: dsp/Sine.h: In member function 'double DSP::Sine::get()': dsp/Sine.h:75:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function 'double DSP::DampedSine::get()': dsp/Sine.h:104:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ In file included from Phaser.h:31, from Phaser.cc:30: dsp/Sine.h: In member function 'double DSP::Sine::get()': dsp/Sine.h:75:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function 'double DSP::DampedSine::get()': dsp/Sine.h:104:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ In file included from Reverb.h:52, from Reverb.cc:48: dsp/Delay.h: In member function 'sample_t DSP::Delay::get_cubic(float)': dsp/Delay.h:104:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register sample_t a = | ^ dsp/Delay.h:106:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 106 | register sample_t b = | ^ dsp/Delay.h:108:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register sample_t c = | ^ In file included from dsp/sinc.h:31, from dsp/Oversampler.h:34, from Saturate.h:32, from Saturate.cc:30: dsp/Sine.h: In member function 'double DSP::Sine::get()': dsp/Sine.h:75:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ In file included from Chorus.h:32: dsp/Delay.h: In member function 'sample_t DSP::Delay::get_cubic(float)': dsp/Delay.h:104:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register sample_t a = | ^ dsp/Delay.h:106:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 106 | register sample_t b = | ^ dsp/Delay.h:108:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register sample_t c = | ^ In file included from Phaser.h:33: dsp/Delay.h: In member function 'sample_t DSP::Delay::get_cubic(float)': dsp/Delay.h:104:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register sample_t a = | ^ dsp/Delay.h:106:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 106 | register sample_t b = | ^ In file included from Reverb.h:54: dsp/Sine.h: In member function 'double DSP::Sine::get()': dsp/Sine.h:75:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Delay.h:108:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register sample_t c = | ^ In file included from dsp/RBJ.h:29, from CabIII.cc:30: dsp/IIR2.h: In member function 'T DSP::IIR2::process(T)': dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/Sine.h: In member function 'double DSP::DampedSine::get()': dsp/Sine.h:104:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_bp(T)': dsp/IIR2.h:131:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_1()': dsp/IIR2.h:154:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_2()': dsp/IIR2.h:175:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/Sine.h: In member function 'double DSP::DampedSine::get()': dsp/Sine.h:104:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_3()': dsp/IIR2.h:195:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 197 | register T r = 0; | ^ In file included from Eq.cc:31: dsp/Sine.h: In member function 'double DSP::Sine::get()': dsp/Sine.h:75:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ In file included from dsp/sinc.h:31, from Compress.h:35, from Compress.cc:28: dsp/Sine.h: In member function 'double DSP::Sine::get()': dsp/Sine.h:75:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function 'double DSP::DampedSine::get()': dsp/Sine.h:104:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ dsp/Sine.h: In member function 'double DSP::DampedSine::get()': dsp/Sine.h:104:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ In file included from Chorus.h:34: dsp/IIR2.h: In member function 'T DSP::IIR2::process(T)': dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_bp(T)': dsp/IIR2.h:131:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_1()': dsp/IIR2.h:154:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_2()': dsp/IIR2.h:175:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_3()': dsp/IIR2.h:195:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 197 | register T r = 0; | ^ In file included from Amp.h:33, from Amp.cc:30: dsp/IIR2.h: In member function 'T DSP::IIR2::process(T)': dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_bp(T)': dsp/IIR2.h:131:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_1()': dsp/IIR2.h:154:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 156 | register T r = 0; | ^ In file included from Scape.h:29, from Scape.cc:28: dsp/Sine.h: In member function 'double DSP::Sine::get()': dsp/Sine.h:75:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_2()': dsp/IIR2.h:175:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_3()': dsp/IIR2.h:195:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 197 | register T r = 0; | ^ dsp/Sine.h: In member function 'double DSP::DampedSine::get()': dsp/Sine.h:104:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ In file included from ToneStack.cc:32: dsp/Sine.h: In member function 'double DSP::Sine::get()': dsp/Sine.h:75:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function 'double DSP::DampedSine::get()': dsp/Sine.h:104:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ In file included from Sin.h:31, from Sin.cc:30: dsp/Sine.h: In member function 'double DSP::Sine::get()': dsp/Sine.h:75:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function 'double DSP::DampedSine::get()': dsp/Sine.h:104:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ In file included from dsp/sinc.h:31, from dsp/Oversampler.h:34, from Cabinet.h:38, from CabIII.cc:31: dsp/Sine.h: In member function 'double DSP::Sine::get()': dsp/Sine.h:75:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ In file included from dsp/sinc.h:31, from dsp/Oversampler.h:34, from Amp.h:35: dsp/Sine.h: In member function 'double DSP::Sine::get()': dsp/Sine.h:75:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function 'double DSP::DampedSine::get()': dsp/Sine.h:104:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ In file included from Eq.h:33, from Eq.cc:33: dsp/IIR2.h: In member function 'T DSP::IIR2::process(T)': dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_bp(T)': dsp/IIR2.h:131:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ In file included from AutoFilter.h:38, from AutoFilter.cc:33: dsp/IIR2.h: In member function 'T DSP::IIR2::process(T)': dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_1()': dsp/IIR2.h:154:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ In file included from dsp/RBJ.h:29, from Pan.cc:30: dsp/IIR2.h: In member function 'T DSP::IIR2::process(T)': dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_2()': dsp/IIR2.h:175:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_bp(T)': dsp/IIR2.h:131:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 131 | register int z = h; | ^ Reverb.cc: In member function 'void PlateStub::process(sample_t, sample_t, sample_t*, sample_t*)': Reverb.cc:250:25: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 250 | register double xl = x + decay*tank.delay[3].get(); | ^~ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ Reverb.cc:251:25: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 251 | register double xr = x + decay*tank.delay[1].get(); | ^~ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_3()': dsp/IIR2.h:195:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/Sine.h: In member function 'double DSP::DampedSine::get()': dsp/Sine.h:104:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 197 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_1()': dsp/IIR2.h:154:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_bp(T)': dsp/IIR2.h:131:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_2()': dsp/IIR2.h:175:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_1()': dsp/IIR2.h:154:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_3()': dsp/IIR2.h:195:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 197 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_2()': dsp/IIR2.h:175:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 177 | register T r = 0; | ^ In file included from Saturate.h:36: dsp/IIR2.h: In member function 'T DSP::IIR2::process(T)': dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_3()': dsp/IIR2.h:195:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 197 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_bp(T)': dsp/IIR2.h:131:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_1()': dsp/IIR2.h:154:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 156 | register T r = 0; | ^ In file included from Noisegate.h:32, from Noisegate.cc:31: dsp/IIR2.h: In member function 'T DSP::IIR2::process(T)': dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_2()': dsp/IIR2.h:175:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_3()': dsp/IIR2.h:195:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 197 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_bp(T)': dsp/IIR2.h:131:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_1()': dsp/IIR2.h:154:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_2()': dsp/IIR2.h:175:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_3()': dsp/IIR2.h:195:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 197 | register T r = 0; | ^ In file included from dsp/sinc.h:31, from dsp/Oversampler.h:34, from Cabinet.h:38, from interface.cc:35: dsp/Sine.h: In member function 'double DSP::Sine::get()': dsp/Sine.h:75:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ In file included from Scape.h:32: dsp/Delay.h: In member function 'sample_t DSP::Delay::get_cubic(float)': dsp/Delay.h:104:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register sample_t a = | ^ dsp/Delay.h:106:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 106 | register sample_t b = | ^ dsp/Delay.h:108:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register sample_t c = | ^ dsp/Sine.h: In member function 'double DSP::DampedSine::get()': dsp/Sine.h:104:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ In file included from Saturate.h:38: dsp/Delay.h: In member function 'sample_t DSP::Delay::get_cubic(float)': dsp/Delay.h:104:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register sample_t a = | ^ In file included from dsp/RBJ.h:29, from CabIV.cc:30: dsp/IIR2.h: In member function 'T DSP::IIR2::process(T)': dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/Delay.h:106:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 106 | register sample_t b = | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/Delay.h:108:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register sample_t c = | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_bp(T)': dsp/IIR2.h:131:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_1()': dsp/IIR2.h:154:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_2()': dsp/IIR2.h:175:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_3()': dsp/IIR2.h:195:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 197 | register T r = 0; | ^ In file included from Cabinet.h:39: dsp/v4f.h: In member function 'v4f_t Sin4f::get()': dsp/v4f.h:168:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 168 | register v4f_t s = y[2] * y[z]; | ^ In file included from dsp/RBJ.h:29, from Click.cc:29: dsp/IIR2.h: In member function 'T DSP::IIR2::process(T)': dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_bp(T)': dsp/IIR2.h:131:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_1()': dsp/IIR2.h:154:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 156 | register T r = 0; | ^ In file included from Scape.h:34: dsp/IIR2.h: In member function 'T DSP::IIR2::process(T)': dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_2()': dsp/IIR2.h:175:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_bp(T)': dsp/IIR2.h:131:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_3()': dsp/IIR2.h:195:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 197 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_1()': dsp/IIR2.h:154:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 156 | register T r = 0; | ^ In file included from Cabinet.h:41: dsp/v4f_IIR2.h: At global scope: dsp/v4f_IIR2.h:201:54: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 201 | inline v4f_t process (register v4f_t s) | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_2()': dsp/IIR2.h:175:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 177 | register T r = 0; | ^ In file included from Eq.h:35: dsp/v4f.h: In member function 'v4f_t Sin4f::get()': dsp/v4f.h:168:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 168 | register v4f_t s = y[2] * y[z]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_3()': dsp/IIR2.h:195:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 197 | register T r = 0; | ^ In file included from Pan.h:32, from Pan.cc:32: dsp/Delay.h: In member function 'sample_t DSP::Delay::get_cubic(float)': dsp/Delay.h:104:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register sample_t a = | ^ dsp/Delay.h:106:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 106 | register sample_t b = | ^ In file included from Noisegate.h:36: dsp/Delay.h: In member function 'sample_t DSP::Delay::get_cubic(float)': dsp/Delay.h:104:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register sample_t a = | ^ dsp/Delay.h:108:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register sample_t c = | ^ In file included from Eq.h:36: dsp/v4f_IIR2.h: At global scope: dsp/v4f_IIR2.h:201:54: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 201 | inline v4f_t process (register v4f_t s) | ^ dsp/Delay.h:106:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 106 | register sample_t b = | ^ dsp/Delay.h:108:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register sample_t c = | ^ In file included from Cabinet.h:39: dsp/v4f.h: In member function 'v4f_t Sin4f::get()': dsp/v4f.h:168:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 168 | register v4f_t s = y[2] * y[z]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::_process(v4f_t)': dsp/v4f_IIR2.h:185:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 185 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::process(v4f_t)': dsp/v4f_IIR2.h:205:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 205 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::process_no_a1(v4f_t)': dsp/v4f_IIR2.h:226:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 226 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::_process(v4f_t)': dsp/v4f_IIR2.h:185:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 185 | register v4f_t r = s * a[0]; | ^ In file included from Cabinet.h:41: dsp/v4f_IIR2.h: At global scope: dsp/v4f_IIR2.h:201:54: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 201 | inline v4f_t process (register v4f_t s) | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::process(v4f_t)': dsp/v4f_IIR2.h:205:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 205 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::process_no_a1(v4f_t)': dsp/v4f_IIR2.h:226:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 226 | register v4f_t r = s * a[0]; | ^ In file included from dsp/sinc.h:31, from dsp/Oversampler.h:34, from Cabinet.h:38, from CabIV.cc:31: dsp/Sine.h: In member function 'double DSP::Sine::get()': dsp/Sine.h:75:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank::process(v4f_t, uint)': dsp/v4f_IIR2.h:326:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 326 | register uint h2 = h1 ^ 1; | ^~ dsp/Sine.h: In member function 'double DSP::DampedSine::get()': dsp/Sine.h:104:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ dsp/v4f_IIR2.h:329:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 329 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank::process_no_a0(v4f_t)': dsp/v4f_IIR2.h:353:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 353 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:356:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 356 | register v4f_t r; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank::process_bp(v4f_t, uint)': dsp/v4f_IIR2.h:380:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 380 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:383:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 383 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank::process(v4f_t, uint)': dsp/v4f_IIR2.h:326:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 326 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:329:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 329 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::_process(v4f_t)': dsp/v4f_IIR2.h:185:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 185 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank::process_no_a0(v4f_t)': dsp/v4f_IIR2.h:353:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 353 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:356:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 356 | register v4f_t r; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::process(v4f_t)': dsp/v4f_IIR2.h:205:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 205 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank::process_bp(v4f_t, uint)': dsp/v4f_IIR2.h:380:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 380 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:383:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 383 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::process_no_a1(v4f_t)': dsp/v4f_IIR2.h:226:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 226 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank::process(v4f_t, uint)': dsp/v4f_IIR2.h:326:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 326 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:329:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 329 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::Resonator4fBank::process(int, v4f_t)': dsp/v4f_IIR2.h:586:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 586 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank::process_no_a0(v4f_t)': dsp/v4f_IIR2.h:353:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 353 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:356:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 356 | register v4f_t r; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::Resonator4fBank::processplus(int, sample_t)': dsp/v4f_IIR2.h:608:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 608 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank::process_bp(v4f_t, uint)': dsp/v4f_IIR2.h:380:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 380 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:609:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 609 | register v4f_t r = s * a[0]; /* x * a[0] */ | ^ dsp/v4f_IIR2.h:383:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 383 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::Resonator4fBank::process(int, v4f_t)': dsp/v4f_IIR2.h:586:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 586 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::Resonator4fBank::processplus(int, sample_t)': dsp/v4f_IIR2.h:608:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 608 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:609:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 609 | register v4f_t r = s * a[0]; /* x * a[0] */ | ^ In file included from Cabinet.h:39: dsp/v4f.h: In member function 'v4f_t Sin4f::get()': dsp/v4f.h:168:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 168 | register v4f_t s = y[2] * y[z]; | ^ In file included from Cabinet.h:41: dsp/v4f_IIR2.h: At global scope: dsp/v4f_IIR2.h:201:54: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 201 | inline v4f_t process (register v4f_t s) | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::Resonator4fBank::process(int, v4f_t)': dsp/v4f_IIR2.h:586:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 586 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::Resonator4fBank::processplus(int, sample_t)': dsp/v4f_IIR2.h:608:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 608 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:609:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 609 | register v4f_t r = s * a[0]; /* x * a[0] */ | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::_process(v4f_t)': dsp/v4f_IIR2.h:185:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 185 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::process(v4f_t)': dsp/v4f_IIR2.h:205:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 205 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::process_no_a1(v4f_t)': dsp/v4f_IIR2.h:226:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 226 | register v4f_t r = s * a[0]; | ^ In file included from dsp/sinc.h:31, from dsp/Oversampler.h:34, from Cabinet.h:38, from Click.cc:158: dsp/Sine.h: In member function 'double DSP::Sine::get()': dsp/Sine.h:75:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function 'double DSP::DampedSine::get()': dsp/Sine.h:104:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank::process(v4f_t, uint)': dsp/v4f_IIR2.h:326:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 326 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:329:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 329 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank::process_no_a0(v4f_t)': dsp/v4f_IIR2.h:353:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 353 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:356:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 356 | register v4f_t r; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank::process_bp(v4f_t, uint)': dsp/v4f_IIR2.h:380:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 380 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:383:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 383 | register v4f_t r = s * a[0]; | ^ CabIII.cc: In member function 'void CabinetIII::cycle(uint)': CabIII.cc:81:40: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 81 | register cabinet_float acc = s[i] + normal; | ^~~ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::Resonator4fBank::process(int, v4f_t)': dsp/v4f_IIR2.h:586:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 586 | register uint h2 = h1 ^ 1; | ^~ In file included from Chorus.h:32, from interface.cc:36: dsp/Delay.h: In member function 'sample_t DSP::Delay::get_cubic(float)': dsp/Delay.h:104:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register sample_t a = | ^ dsp/Delay.h:106:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 106 | register sample_t b = | ^ dsp/Delay.h:108:51: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register sample_t c = | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::Resonator4fBank::processplus(int, sample_t)': dsp/v4f_IIR2.h:608:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 608 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:609:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 609 | register v4f_t r = s * a[0]; /* x * a[0] */ | ^ In file included from Cabinet.h:39: dsp/v4f.h: In member function 'v4f_t Sin4f::get()': dsp/v4f.h:168:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 168 | register v4f_t s = y[2] * y[z]; | ^ dsp/IIR2.h: In instantiation of 'T DSP::IIR2::process(T) [with T = float]': AutoFilter.cc:100:35: required from here dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In instantiation of 'T DSP::IIR2::process(T) [with T = float]': Pan.cc:82:20: required from here dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ In file included from Cabinet.h:41: dsp/v4f_IIR2.h: At global scope: dsp/v4f_IIR2.h:201:54: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 201 | inline v4f_t process (register v4f_t s) | ^ In file included from Chorus.h:34: dsp/IIR2.h: In member function 'T DSP::IIR2::process(T)': dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_bp(T)': dsp/IIR2.h:131:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_1()': dsp/IIR2.h:154:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_2()': dsp/IIR2.h:175:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function 'T DSP::IIR2::process_0_3()': dsp/IIR2.h:195:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 197 | register T r = 0; | ^ dsp/IIR2.h: In instantiation of 'T DSP::IIR2::process(T) [with T = float]': Noisegate.cc:61:35: required from here dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::_process(v4f_t)': dsp/v4f_IIR2.h:185:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 185 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::process(v4f_t)': dsp/v4f_IIR2.h:205:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 205 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::process_no_a1(v4f_t)': dsp/v4f_IIR2.h:226:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 226 | register v4f_t r = s * a[0]; | ^ dsp/IIR2.h: In instantiation of 'T DSP::IIR2::process(T) [with T = float]': Saturate.h:82:39: required from here dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank::process(v4f_t, uint)': dsp/v4f_IIR2.h:326:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 326 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:329:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 329 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank::process_no_a0(v4f_t)': dsp/v4f_IIR2.h:353:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 353 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:356:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 356 | register v4f_t r; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank::process_bp(v4f_t, uint)': dsp/v4f_IIR2.h:380:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 380 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:383:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 383 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::Resonator4fBank::process(int, v4f_t)': dsp/v4f_IIR2.h:586:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 586 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h: In member function 'v4f_t DSP::Resonator4fBank::processplus(int, sample_t)': dsp/v4f_IIR2.h:608:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 608 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:609:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 609 | register v4f_t r = s * a[0]; /* x * a[0] */ | ^ In file included from dsp/Delay.h:35: dsp/FPTruncateMode.h: In constructor 'DSP::FPTruncateMode::FPTruncateMode()': dsp/FPTruncateMode.h:75:39: warning: '*this.DSP::FPTruncateMode::cw0' is used uninitialized [-Wuninitialized] 75 | cw1 = cw0 | 0xC00; | ^~~ dsp/IIR2.h: In instantiation of 'T DSP::IIR2::process(T) [with T = float]': Amp.cc:140:32: required from 'void AmpVTS::subcycle(uint, Over&) [with Over = DSP::Oversampler<8, 64>; uint = unsigned int]' Amp.cc:83:23: required from here dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In instantiation of 'T DSP::IIR2::process(T) [with T = float]': Saturate.h:82:39: required from here dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In instantiation of 'T DSP::IIR2::process(T) [with T = float]': Click.cc:143:17: required from here dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In instantiation of 'T DSP::IIR2::process_bp(T) [with T = float]': Click.cc:146:28: required from here dsp/IIR2.h:131:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/v4f_IIR2.h: In instantiation of 'v4f_t DSP::IIR2v4Bank::process_bp(v4f_t, uint) [with unsigned int N = 128; v4f_t = __vector(4) float; uint = unsigned int]': Click.cc:191:30: required from here dsp/v4f_IIR2.h:380:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 380 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:383:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 383 | register v4f_t r = s * a[0]; | ^ In file included from dsp/Delay.h:35: dsp/FPTruncateMode.h: In constructor 'DSP::FPTruncateMode::FPTruncateMode()': dsp/FPTruncateMode.h:75:39: warning: '*this.DSP::FPTruncateMode::cw0' is used uninitialized [-Wuninitialized] 75 | cw1 = cw0 | 0xC00; | ^~~ In file included from dsp/Delay.h:35: dsp/FPTruncateMode.h: In constructor 'DSP::FPTruncateMode::FPTruncateMode()': dsp/FPTruncateMode.h:75:39: warning: '*this.DSP::FPTruncateMode::cw0' is used uninitialized [-Wuninitialized] 75 | cw1 = cw0 | 0xC00; | ^~~ dsp/v4f_IIR2.h: In instantiation of 'v4f_t DSP::IIR2v4Bank::process_no_a0(v4f_t) [with unsigned int N = 16; v4f_t = __vector(4) float]': CabIV.cc:140:26: required from 'void CabinetIV::subcycle(uint, O&) [with O = DSP::NoOversampler; int Ratio = 1; uint = unsigned int]' CabIV.cc:83:47: required from here dsp/v4f_IIR2.h:353:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 353 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:356:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 356 | register v4f_t r; | ^ g++ -Wl,--as-needed,-O1,--sort-common -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -o caps.so Amp.o AutoFilter.o CabIII.o CabIV.o Chorus.o Click.o Compress.o Eq.o Fractals.o Noisegate.o Pan.o Phaser.o Reverb.o Saturate.o Scape.o Sin.o ToneStack.o White.o interface.o dsp/polynomials.o >>> caps: Entering fakeroot... Makefile:62: warning: ignoring prerequisites on suffix rule definition install -d /home/buildozer/aports/community/caps/pkg/caps/usr/lib/ladspa install -m 644 caps.so /home/buildozer/aports/community/caps/pkg/caps/usr/lib/ladspa install -d /home/buildozer/aports/community/caps/pkg/caps/usr/share/ladspa/rdf install -m 644 caps.rdf /home/buildozer/aports/community/caps/pkg/caps/usr/share/ladspa/rdf >>> caps*: Running postcheck for caps >>> caps*: Preparing package caps... >>> caps*: Stripping binaries >>> caps*: Scanning shared objects >>> caps*: Tracing dependencies... so:libc.musl-riscv64.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> caps*: Package size: 480.0 KB >>> caps*: Compressing data... >>> caps*: Create checksum... >>> caps*: Create caps-0.9.26-r0.apk >>> caps: Build complete at Sun, 30 Jul 2023 09:57:58 +0000 elapsed time 0h 0m 34s >>> caps: Cleaning up srcdir >>> caps: Cleaning up pkgdir >>> caps: Uninstalling dependencies... (1/1) Purging .makedepends-caps (20230730.095728) OK: 918 MiB in 108 packages >>> caps: Updating the community/riscv64 repository index... >>> caps: Signing the index...