>>> Building on exopi-1 under audio/caps-plugins BDEPENDS = [archivers/bzip2;devel/gmake] DIST = [audio/caps-plugins:caps_0.9.24.tar.bz2] FULLPKGNAME = caps-plugins-0.9.24p3 (Junk lock obtained for exopi-1 at 1711578070.03) >>> Running depends in audio/caps-plugins at 1711578070.07 last junk was in devel/py-flit_scm,python3 /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 was: /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 gmake-4.4.1 /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 >>> Running show-prepare-results in audio/caps-plugins at 1711578071.30 ===> audio/caps-plugins ===> Building from scratch caps-plugins-0.9.24p3 ===> caps-plugins-0.9.24p3 depends on: gmake-* -> gmake-4.4.1 ===> caps-plugins-0.9.24p3 depends on: bzip2-* -> bzip2-1.0.8p0 ===> Verifying specs: m c++ c++abi pthread ===> found m.10.1 c++.10.0 c++abi.7.0 pthread.27.1 bzip2-1.0.8p0 gmake-4.4.1 (Junk lock released for exopi-1 at 1711578072.07) distfiles size=181200 >>> Running build in audio/caps-plugins at 1711578072.10 ===> audio/caps-plugins ===> Checking files for caps-plugins-0.9.24p3 `/exopi-cvs/ports/distfiles/caps_0.9.24.tar.bz2' is up to date. >> (SHA256) caps_0.9.24.tar.bz2: OK ===> Extracting for caps-plugins-0.9.24p3 ===> Patching for caps-plugins-0.9.24p3 ===> Applying OpenBSD patch patch-AutoFilter_cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- AutoFilter.cc.orig |+++ AutoFilter.cc -------------------------- Patching file AutoFilter.cc using Plan A... Hunk #1 succeeded at 69. done ===> Applying OpenBSD patch patch-dsp_v4f_IIR2_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: dsp/v4f_IIR2.h |--- dsp/v4f_IIR2.h.orig |+++ dsp/v4f_IIR2.h -------------------------- Patching file dsp/v4f_IIR2.h using Plan A... Hunk #1 succeeded at 32. Hunk #2 succeeded at 45. Hunk #3 succeeded at 549. done ===> Applying OpenBSD patch patch-dsp_v4f_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: dsp/v4f.h |--- dsp/v4f.h.orig |+++ dsp/v4f.h -------------------------- Patching file dsp/v4f.h using Plan A... Hunk #1 succeeded at 150. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for caps-plugins-0.9.24p3 ===> Configuring for caps-plugins-0.9.24p3 ===> Building for caps-plugins-0.9.24p3 Makefile:59: warning: ignoring prerequisites on suffix rule definition c++ -MM -O2 -pipe -O2 -pipe -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:59: warning: ignoring prerequisites on suffix rule definition c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o Amp.o -c Amp.cc In file included from Amp.cc:30: In file included from ./Amp.h:33: ./dsp/IIR2.h:106:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ In file included from Amp.cc:30: In file included from ./Amp.h:35: In file included from ./dsp/Oversampler.h:34: In file included from ./dsp/sinc.h:31: ./dsp/Sine.h:75:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b*y[z]; ^~~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b * y[z]; ^~~~~~~~~ In file included from Amp.cc:30: In file included from ./Amp.h:35: In file included from ./dsp/Oversampler.h:35: ./dsp/windows.h:57:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = i * step; ^~~~~~~~~ ./dsp/windows.h:66:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float in = 1. / n; ^~~~~~~~~ ./dsp/windows.h:70:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = i * in; ^~~~~~~~~ ./dsp/windows.h:79:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float in = 1. / n; ^~~~~~~~~ ./dsp/windows.h:83:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float f = (float) i; ^~~~~~~~~ ./dsp/windows.h:85:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double b = .42f - ^~~~~~~~~ ./dsp/windows.h:97:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w1 = 2.f * M_PI / (n - 1); ^~~~~~~~~ ./dsp/windows.h:98:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w2 = 2.f * w1; ^~~~~~~~~ ./dsp/windows.h:99:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w3 = 3.f * w1; ^~~~~~~~~ ./dsp/windows.h:103:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = (double) i; ^~~~~~~~~ ./dsp/windows.h:105:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double bh = .35875f - ^~~~~~~~~ 23 warnings generated. c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o AutoFilter.o -c AutoFilter.cc In file included from AutoFilter.cc:33: In file included from ./AutoFilter.h:38: ./dsp/IIR2.h:106:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o CabIII.o -c CabIII.cc 10 warnings generated. In file included from CabIII.cc:30: In file included from ./dsp/RBJ.h:29: ./dsp/IIR2.h:106:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ In file included from CabIII.cc:31: In file included from ./Cabinet.h:38: In file included from ./dsp/Oversampler.h:34: In file included from ./dsp/sinc.h:31: ./dsp/Sine.h:75:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b*y[z]; ^~~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b * y[z]; ^~~~~~~~~ In file included from CabIII.cc:31: In file included from ./Cabinet.h:38: In file included from ./dsp/Oversampler.h:35: ./dsp/windows.h:57:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = i * step; ^~~~~~~~~ ./dsp/windows.h:66:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float in = 1. / n; ^~~~~~~~~ ./dsp/windows.h:70:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = i * in; ^~~~~~~~~ ./dsp/windows.h:79:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float in = 1. / n; ^~~~~~~~~ ./dsp/windows.h:83:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float f = (float) i; ^~~~~~~~~ ./dsp/windows.h:85:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double b = .42f - ^~~~~~~~~ ./dsp/windows.h:97:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w1 = 2.f * M_PI / (n - 1); ^~~~~~~~~ ./dsp/windows.h:98:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w2 = 2.f * w1; ^~~~~~~~~ ./dsp/windows.h:99:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w3 = 3.f * w1; ^~~~~~~~~ ./dsp/windows.h:103:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = (double) i; ^~~~~~~~~ ./dsp/windows.h:105:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double bh = .35875f - ^~~~~~~~~ In file included from CabIII.cc:31: In file included from ./Cabinet.h:39: ./dsp/v4f.h:163:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t s = y[2] * y[z]; ^~~~~~~~~ In file included from CabIII.cc:31: In file included from ./Cabinet.h:41: ./dsp/v4f_IIR2.h:201:25: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline v4f_t process (register v4f_t s) ^~~~~~~~~ ./dsp/v4f_IIR2.h:185:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:205:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:226:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:326:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:329:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:353:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:356:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r; ^~~~~~~~~ ./dsp/v4f_IIR2.h:380:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:383:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:586:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:608:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:609:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; /* x * a[0] */ ^~~~~~~~~ CabIII.cc:81:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register cabinet_float acc = s[i] + normal; ^~~~~~~~~ 38 warnings generated. c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o CabIV.o -c CabIV.cc In file included from CabIV.cc:30: In file included from ./dsp/RBJ.h:29: ./dsp/IIR2.h:106:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ In file included from CabIV.cc:31: In file included from ./Cabinet.h:38: In file included from ./dsp/Oversampler.h:34: In file included from ./dsp/sinc.h:31: ./dsp/Sine.h:75:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b*y[z]; ^~~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b * y[z]; ^~~~~~~~~ In file included from CabIV.cc:31: In file included from ./Cabinet.h:38: In file included from ./dsp/Oversampler.h:35: ./dsp/windows.h:57:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = i * step; ^~~~~~~~~ ./dsp/windows.h:66:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float in = 1. / n; ^~~~~~~~~ ./dsp/windows.h:70:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = i * in; ^~~~~~~~~ ./dsp/windows.h:79:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float in = 1. / n; ^~~~~~~~~ ./dsp/windows.h:83:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float f = (float) i; ^~~~~~~~~ ./dsp/windows.h:85:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double b = .42f - ^~~~~~~~~ ./dsp/windows.h:97:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w1 = 2.f * M_PI / (n - 1); ^~~~~~~~~ ./dsp/windows.h:98:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w2 = 2.f * w1; ^~~~~~~~~ ./dsp/windows.h:99:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w3 = 3.f * w1; ^~~~~~~~~ ./dsp/windows.h:103:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = (double) i; ^~~~~~~~~ ./dsp/windows.h:105:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double bh = .35875f - ^~~~~~~~~ In file included from CabIV.cc:31: In file included from ./Cabinet.h:39: ./dsp/v4f.h:163:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t s = y[2] * y[z]; ^~~~~~~~~ In file included from CabIV.cc:31: In file included from ./Cabinet.h:41: ./dsp/v4f_IIR2.h:201:25: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline v4f_t process (register v4f_t s) ^~~~~~~~~ ./dsp/v4f_IIR2.h:185:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:205:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:226:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:326:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:329:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:353:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:356:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r; ^~~~~~~~~ ./dsp/v4f_IIR2.h:380:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:383:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:586:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:608:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:609:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; /* x * a[0] */ ^~~~~~~~~ 37 warnings generated. c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o Chorus.o -c Chorus.cc In file included from Chorus.cc:30: In file included from ./Chorus.h:29: ./dsp/Sine.h:75:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b*y[z]; ^~~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b * y[z]; ^~~~~~~~~ In file included from Chorus.cc:30: In file included from ./Chorus.h:32: ./dsp/Delay.h:105:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t a = ^~~~~~~~~ ./dsp/Delay.h:107:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t b = ^~~~~~~~~ ./dsp/Delay.h:109:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t c = ^~~~~~~~~ In file included from Chorus.cc:30: In file included from ./Chorus.h:34: ./dsp/IIR2.h:106:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ 15 warnings generated. c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o Click.o -c Click.cc In file included from Click.cc:29: In file included from ./dsp/RBJ.h:29: ./dsp/IIR2.h:106:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ In file included from Click.cc:156: In file included from ./Cabinet.h:38: In file included from ./dsp/Oversampler.h:34: In file included from ./dsp/sinc.h:31: ./dsp/Sine.h:75:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b*y[z]; ^~~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b * y[z]; ^~~~~~~~~ In file included from Click.cc:156: In file included from ./Cabinet.h:38: In file included from ./dsp/Oversampler.h:35: ./dsp/windows.h:57:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = i * step; ^~~~~~~~~ ./dsp/windows.h:66:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float in = 1. / n; ^~~~~~~~~ ./dsp/windows.h:70:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = i * in; ^~~~~~~~~ ./dsp/windows.h:79:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float in = 1. / n; ^~~~~~~~~ ./dsp/windows.h:83:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float f = (float) i; ^~~~~~~~~ ./dsp/windows.h:85:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double b = .42f - ^~~~~~~~~ ./dsp/windows.h:97:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w1 = 2.f * M_PI / (n - 1); ^~~~~~~~~ ./dsp/windows.h:98:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w2 = 2.f * w1; ^~~~~~~~~ ./dsp/windows.h:99:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w3 = 3.f * w1; ^~~~~~~~~ ./dsp/windows.h:103:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = (double) i; ^~~~~~~~~ ./dsp/windows.h:105:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double bh = .35875f - ^~~~~~~~~ In file included from Click.cc:156: In file included from ./Cabinet.h:39: ./dsp/v4f.h:163:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t s = y[2] * y[z]; ^~~~~~~~~ In file included from Click.cc:156: In file included from ./Cabinet.h:41: ./dsp/v4f_IIR2.h:201:25: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline v4f_t process (register v4f_t s) ^~~~~~~~~ ./dsp/v4f_IIR2.h:185:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:205:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:226:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:326:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:329:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:353:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:356:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r; ^~~~~~~~~ ./dsp/v4f_IIR2.h:380:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:383:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:586:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:608:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:609:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; /* x * a[0] */ ^~~~~~~~~ 37 warnings generated. c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o Compress.o -c Compress.cc In file included from Compress.cc:28: In file included from ./Compress.h:35: In file included from ./dsp/sinc.h:31: ./dsp/Sine.h:75:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b*y[z]; ^~~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b * y[z]; ^~~~~~~~~ In file included from Compress.cc:28: In file included from ./Compress.h:36: ./dsp/windows.h:57:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = i * step; ^~~~~~~~~ ./dsp/windows.h:66:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float in = 1. / n; ^~~~~~~~~ ./dsp/windows.h:70:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = i * in; ^~~~~~~~~ ./dsp/windows.h:79:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float in = 1. / n; ^~~~~~~~~ ./dsp/windows.h:83:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float f = (float) i; ^~~~~~~~~ ./dsp/windows.h:85:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double b = .42f - ^~~~~~~~~ ./dsp/windows.h:97:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w1 = 2.f * M_PI / (n - 1); ^~~~~~~~~ ./dsp/windows.h:98:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w2 = 2.f * w1; ^~~~~~~~~ ./dsp/windows.h:99:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w3 = 3.f * w1; ^~~~~~~~~ ./dsp/windows.h:103:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = (double) i; ^~~~~~~~~ ./dsp/windows.h:105:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double bh = .35875f - ^~~~~~~~~ Compress.cc:61:36: warning: array index 1 is past the end of the array (that has type 'struct (unnamed struct at ./Compress.h:103:3)[1]') [-Warray-bounds] (frames, comp, saturate[0].two, saturate[1].two); ^ ~ Compress.cc:45:14: note: in instantiation of function template specialization 'CompressStub<1>::subcycle' requested here if (c == 0) subcycle (frames, compress.peak); ^ ./Descriptor.h:189:13: note: in instantiation of member function 'CompressStub<1>::cycle' requested here plugin->cycle (n); ^ ./Descriptor.h:123:11: note: in instantiation of member function 'Descriptor::_run' requested here run = _run; ^ Compress.cc:163:2: note: in instantiation of member function 'Descriptor::autogen' requested here autogen(); ^ ./Compress.h:103:3: note: array 'saturate' declared here struct { ^ Compress.cc:63:37: warning: array index 1 is past the end of the array (that has type 'struct (unnamed struct at ./Compress.h:103:3)[1]') [-Warray-bounds] (frames, comp, saturate[0].four, saturate[1].four); ^ ~ ./Compress.h:103:3: note: array 'saturate' declared here struct { ^ Compress.cc:61:36: warning: array index 1 is past the end of the array (that has type 'struct (unnamed struct at ./Compress.h:103:3)[1]') [-Warray-bounds] (frames, comp, saturate[0].two, saturate[1].two); ^ ~ Compress.cc:46:7: note: in instantiation of function template specialization 'CompressStub<1>::subcycle' requested here else subcycle (frames, compress.rms); ^ ./Descriptor.h:189:13: note: in instantiation of member function 'CompressStub<1>::cycle' requested here plugin->cycle (n); ^ ./Descriptor.h:123:11: note: in instantiation of member function 'Descriptor::_run' requested here run = _run; ^ Compress.cc:163:2: note: in instantiation of member function 'Descriptor::autogen' requested here autogen(); ^ ./Compress.h:103:3: note: array 'saturate' declared here struct { ^ Compress.cc:63:37: warning: array index 1 is past the end of the array (that has type 'struct (unnamed struct at ./Compress.h:103:3)[1]') [-Warray-bounds] (frames, comp, saturate[0].four, saturate[1].four); ^ ~ ./Compress.h:103:3: note: array 'saturate' declared here struct { ^ 17 warnings generated. c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o Eq.o -c Eq.cc In file included from Eq.cc:31: ./dsp/Sine.h:75:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b*y[z]; ^~~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b * y[z]; ^~~~~~~~~ In file included from Eq.cc:33: In file included from ./Eq.h:33: ./dsp/IIR2.h:106:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ In file included from Eq.cc:33: In file included from ./Eq.h:35: ./dsp/v4f.h:163:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t s = y[2] * y[z]; ^~~~~~~~~ In file included from Eq.cc:33: In file included from ./Eq.h:36: ./dsp/v4f_IIR2.h:201:25: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline v4f_t process (register v4f_t s) ^~~~~~~~~ ./dsp/v4f_IIR2.h:185:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:205:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:226:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:326:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:329:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:353:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:356:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r; ^~~~~~~~~ ./dsp/v4f_IIR2.h:380:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:383:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:586:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:608:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:609:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; /* x * a[0] */ ^~~~~~~~~ 26 warnings generated. c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o Fractals.o -c Fractals.cc c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o Noisegate.o -c Noisegate.cc In file included from Noisegate.cc:31: In file included from ./Noisegate.h:32: ./dsp/IIR2.h:106:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ In file included from Noisegate.cc:31: In file included from ./Noisegate.h:36: ./dsp/Delay.h:105:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t a = ^~~~~~~~~ ./dsp/Delay.h:107:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t b = ^~~~~~~~~ ./dsp/Delay.h:109:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t c = ^~~~~~~~~ 13 warnings generated. c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o Pan.o -c Pan.cc In file included from Pan.cc:30: In file included from ./dsp/RBJ.h:29: ./dsp/IIR2.h:106:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ In file included from Pan.cc:32: In file included from ./Pan.h:32: ./dsp/Delay.h:105:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t a = ^~~~~~~~~ ./dsp/Delay.h:107:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t b = ^~~~~~~~~ ./dsp/Delay.h:109:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t c = ^~~~~~~~~ 13 warnings generated. c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o Phaser.o -c Phaser.cc In file included from Phaser.cc:30: In file included from ./Phaser.h:31: ./dsp/Sine.h:75:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b*y[z]; ^~~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b * y[z]; ^~~~~~~~~ In file included from Phaser.cc:30: In file included from ./Phaser.h:33: ./dsp/Delay.h:105:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t a = ^~~~~~~~~ ./dsp/Delay.h:107:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t b = ^~~~~~~~~ ./dsp/Delay.h:109:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t c = ^~~~~~~~~ 5 warnings generated. c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o Reverb.o -c Reverb.cc In file included from Reverb.cc:48: In file included from ./Reverb.h:52: ./dsp/Delay.h:105:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t a = ^~~~~~~~~ ./dsp/Delay.h:107:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t b = ^~~~~~~~~ ./dsp/Delay.h:109:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t c = ^~~~~~~~~ In file included from Reverb.cc:48: In file included from ./Reverb.h:54: ./dsp/Sine.h:75:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b*y[z]; ^~~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b * y[z]; ^~~~~~~~~ Reverb.cc:255:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double xl = x + decay * tank.delay[3].get(); ^~~~~~~~~ Reverb.cc:256:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double xr = x + decay * tank.delay[1].get(); ^~~~~~~~~ 7 warnings generated. c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o Saturate.o -c Saturate.cc In file included from Saturate.cc:30: In file included from ./Saturate.h:32: In file included from ./dsp/Oversampler.h:34: In file included from ./dsp/sinc.h:31: ./dsp/Sine.h:75:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b*y[z]; ^~~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b * y[z]; ^~~~~~~~~ In file included from Saturate.cc:30: In file included from ./Saturate.h:32: In file included from ./dsp/Oversampler.h:35: ./dsp/windows.h:57:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = i * step; ^~~~~~~~~ ./dsp/windows.h:66:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float in = 1. / n; ^~~~~~~~~ ./dsp/windows.h:70:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = i * in; ^~~~~~~~~ ./dsp/windows.h:79:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float in = 1. / n; ^~~~~~~~~ ./dsp/windows.h:83:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float f = (float) i; ^~~~~~~~~ ./dsp/windows.h:85:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double b = .42f - ^~~~~~~~~ ./dsp/windows.h:97:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w1 = 2.f * M_PI / (n - 1); ^~~~~~~~~ ./dsp/windows.h:98:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w2 = 2.f * w1; ^~~~~~~~~ ./dsp/windows.h:99:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w3 = 3.f * w1; ^~~~~~~~~ ./dsp/windows.h:103:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = (double) i; ^~~~~~~~~ ./dsp/windows.h:105:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double bh = .35875f - ^~~~~~~~~ In file included from Saturate.cc:30: In file included from ./Saturate.h:36: ./dsp/IIR2.h:106:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ In file included from Saturate.cc:30: In file included from ./Saturate.h:38: ./dsp/Delay.h:105:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t a = ^~~~~~~~~ ./dsp/Delay.h:107:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t b = ^~~~~~~~~ ./dsp/Delay.h:109:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t c = ^~~~~~~~~ 26 warnings generated. c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o Scape.o -c Scape.cc In file included from Scape.cc:28: In file included from ./Scape.h:29: ./dsp/Sine.h:75:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b*y[z]; ^~~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b * y[z]; ^~~~~~~~~ In file included from Scape.cc:28: In file included from ./Scape.h:32: ./dsp/Delay.h:105:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t a = ^~~~~~~~~ ./dsp/Delay.h:107:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t b = ^~~~~~~~~ ./dsp/Delay.h:109:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t c = ^~~~~~~~~ In file included from Scape.cc:28: In file included from ./Scape.h:34: ./dsp/IIR2.h:106:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ 15 warnings generated. c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o Sin.o -c Sin.cc In file included from Sin.cc:30: In file included from ./Sin.h:31: ./dsp/Sine.h:75:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b*y[z]; ^~~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b * y[z]; ^~~~~~~~~ 2 warnings generated. c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o ToneStack.o -c ToneStack.cc In file included from ToneStack.cc:32: ./dsp/Sine.h:75:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b*y[z]; ^~~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b * y[z]; ^~~~~~~~~ In file included from ToneStack.cc:34: In file included from ./ToneStack.h:33: ./dsp/windows.h:57:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = i * step; ^~~~~~~~~ ./dsp/windows.h:66:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float in = 1. / n; ^~~~~~~~~ ./dsp/windows.h:70:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = i * in; ^~~~~~~~~ ./dsp/windows.h:79:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float in = 1. / n; ^~~~~~~~~ ./dsp/windows.h:83:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float f = (float) i; ^~~~~~~~~ ./dsp/windows.h:85:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double b = .42f - ^~~~~~~~~ ./dsp/windows.h:97:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w1 = 2.f * M_PI / (n - 1); ^~~~~~~~~ ./dsp/windows.h:98:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w2 = 2.f * w1; ^~~~~~~~~ ./dsp/windows.h:99:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w3 = 3.f * w1; ^~~~~~~~~ ./dsp/windows.h:103:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = (double) i; ^~~~~~~~~ ./dsp/windows.h:105:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double bh = .35875f - ^~~~~~~~~ 13 warnings generated. c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o White.o -c White.cc c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o interface.o -c interface.cc In file included from interface.cc:35: In file included from ./Cabinet.h:38: In file included from ./dsp/Oversampler.h:34: In file included from ./dsp/sinc.h:31: ./dsp/Sine.h:75:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b*y[z]; ^~~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double s = b * y[z]; ^~~~~~~~~ In file included from interface.cc:35: In file included from ./Cabinet.h:38: In file included from ./dsp/Oversampler.h:35: ./dsp/windows.h:57:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = i * step; ^~~~~~~~~ ./dsp/windows.h:66:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float in = 1. / n; ^~~~~~~~~ ./dsp/windows.h:70:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = i * in; ^~~~~~~~~ ./dsp/windows.h:79:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float in = 1. / n; ^~~~~~~~~ ./dsp/windows.h:83:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register float f = (float) i; ^~~~~~~~~ ./dsp/windows.h:85:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double b = .42f - ^~~~~~~~~ ./dsp/windows.h:97:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w1 = 2.f * M_PI / (n - 1); ^~~~~~~~~ ./dsp/windows.h:98:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w2 = 2.f * w1; ^~~~~~~~~ ./dsp/windows.h:99:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double w3 = 3.f * w1; ^~~~~~~~~ ./dsp/windows.h:103:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double f = (double) i; ^~~~~~~~~ ./dsp/windows.h:105:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register double bh = .35875f - ^~~~~~~~~ In file included from interface.cc:35: In file included from ./Cabinet.h:39: ./dsp/v4f.h:163:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t s = y[2] * y[z]; ^~~~~~~~~ In file included from interface.cc:35: In file included from ./Cabinet.h:41: ./dsp/v4f_IIR2.h:201:25: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline v4f_t process (register v4f_t s) ^~~~~~~~~ ./dsp/v4f_IIR2.h:185:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:205:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:226:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:326:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:329:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:353:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:356:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r; ^~~~~~~~~ ./dsp/v4f_IIR2.h:380:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:383:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; ^~~~~~~~~ ./dsp/v4f_IIR2.h:586:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:608:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint h2 = h1 ^ 1; ^~~~~~~~~ ./dsp/v4f_IIR2.h:609:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register v4f_t r = s * a[0]; /* x * a[0] */ ^~~~~~~~~ In file included from interface.cc:36: In file included from ./Chorus.h:32: ./dsp/Delay.h:105:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t a = ^~~~~~~~~ ./dsp/Delay.h:107:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t b = ^~~~~~~~~ ./dsp/Delay.h:109:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register sample_t c = ^~~~~~~~~ In file included from interface.cc:36: In file included from ./Chorus.h:34: ./dsp/IIR2.h:106:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = s * a[0]; ^~~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int z = h; ^~~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register T r = 0; ^~~~~~~~~ 40 warnings generated. c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o dsp/polynomials.o -c dsp/polynomials.cc c++ -shared -O2 -pipe -O2 -pipe -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 >>> Running package in audio/caps-plugins at 1711578084.08 ===> audio/caps-plugins ===> Faking installation for caps-plugins-0.9.24p3 Makefile:59: warning: ignoring prerequisites on suffix rule definition install -d /exopi-obj/pobj/caps-plugins-0.9.24/fake-amd64/usr/local/lib/ladspa install -m 644 caps.so /exopi-obj/pobj/caps-plugins-0.9.24/fake-amd64/usr/local/lib/ladspa install -d /exopi-obj/pobj/caps-plugins-0.9.24/fake-amd64/usr/local/share/ladspa/rdf install -m 644 caps.rdf /exopi-obj/pobj/caps-plugins-0.9.24/fake-amd64/usr/local/share/ladspa/rdf ===> Building package for caps-plugins-0.9.24p3 Create /exopi-cvs/ports/packages/amd64/all/caps-plugins-0.9.24p3.tgz Creating package caps-plugins-0.9.24p3 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******** | 13% checksumming|*********** | 19% checksumming|*************** | 25% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************** | 63% checksumming|****************************************** | 69% checksumming|********************************************** | 75% checksumming|************************************************** | 81% checksumming|***************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************************************************************ | 93% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/caps-plugins-0.9.24p3.tgz >>> Running clean in audio/caps-plugins at 1711578085.49 ===> audio/caps-plugins ===> Cleaning for caps-plugins-0.9.24p3 >>> Ended at 1711578085.68 max_stuck=0.00/depends=1.24/show-prepare-results=0.79/build=11.95/package=1.44/clean=0.22