>>> Building on exopi-6 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 Avoided depends for gmake-4.4.1p0 bzip2-1.0.8p0 distfiles size=181200 >>> Running build in audio/caps-plugins at 1764445856.13 ===> audio/caps-plugins ===> Building from scratch caps-plugins-0.9.24p3 ===> caps-plugins-0.9.24p3 depends on: gmake-* -> gmake-4.4.1p0 ===> caps-plugins-0.9.24p3 depends on: bzip2-* -> bzip2-1.0.8p0 ===> Verifying specs: m c++ c++abi pthread ===> found m.10.1 c++.12.0 c++abi.9.0 pthread.28.1 ===> Checking files for caps-plugins-0.9.24p3 `/exopi-cvs/ports/distfiles/caps_0.9.24.tar.bz2' is up to date. >> (SHA256) all files: 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] 106 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 127 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 129 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 150 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 152 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 171 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 173 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 191 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 193 | 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] 75 | register double s = b*y[z]; | ^~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | 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] 57 | register double f = i * step; | ^~~~~~~~ ./dsp/windows.h:66:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 66 | register float in = 1. / n; | ^~~~~~~~ ./dsp/windows.h:70:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 70 | register double f = i * in; | ^~~~~~~~ ./dsp/windows.h:79:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 79 | register float in = 1. / n; | ^~~~~~~~ ./dsp/windows.h:83:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 83 | register float f = (float) i; | ^~~~~~~~ ./dsp/windows.h:85:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 85 | register double b = .42f - | ^~~~~~~~ ./dsp/windows.h:97:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 97 | 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] 98 | register double w2 = 2.f * w1; | ^~~~~~~~ ./dsp/windows.h:99:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 99 | register double w3 = 3.f * w1; | ^~~~~~~~ ./dsp/windows.h:103:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 103 | register double f = (double) i; | ^~~~~~~~ ./dsp/windows.h:105:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 105 | 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] 106 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 127 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 129 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 150 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 152 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 171 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 173 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 191 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 193 | register T r = 0; | ^~~~~~~~ 10 warnings generated. c++ -O2 -pipe -O2 -pipe -fPIC -DPIC -o CabIII.o -c CabIII.cc 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] 106 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 127 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 129 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 150 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 152 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 171 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 173 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 191 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 193 | 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] 75 | register double s = b*y[z]; | ^~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | 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] 57 | register double f = i * step; | ^~~~~~~~ ./dsp/windows.h:66:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 66 | register float in = 1. / n; | ^~~~~~~~ ./dsp/windows.h:70:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 70 | register double f = i * in; | ^~~~~~~~ ./dsp/windows.h:79:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 79 | register float in = 1. / n; | ^~~~~~~~ ./dsp/windows.h:83:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 83 | register float f = (float) i; | ^~~~~~~~ ./dsp/windows.h:85:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 85 | register double b = .42f - | ^~~~~~~~ ./dsp/windows.h:97:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 97 | 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] 98 | register double w2 = 2.f * w1; | ^~~~~~~~ ./dsp/windows.h:99:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 99 | register double w3 = 3.f * w1; | ^~~~~~~~ ./dsp/windows.h:103:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 103 | register double f = (double) i; | ^~~~~~~~ ./dsp/windows.h:105:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 105 | 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] 163 | 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] 201 | 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] 185 | 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] 205 | 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] 226 | 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] 326 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:329:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 329 | 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] 353 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:356:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 356 | register v4f_t r; | ^~~~~~~~ ./dsp/v4f_IIR2.h:380:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 380 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:383:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 383 | 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] 586 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:608:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 608 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:609:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 609 | 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] 81 | 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] 106 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 127 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 129 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 150 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 152 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 171 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 173 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 191 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 193 | 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] 75 | register double s = b*y[z]; | ^~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | 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] 57 | register double f = i * step; | ^~~~~~~~ ./dsp/windows.h:66:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 66 | register float in = 1. / n; | ^~~~~~~~ ./dsp/windows.h:70:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 70 | register double f = i * in; | ^~~~~~~~ ./dsp/windows.h:79:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 79 | register float in = 1. / n; | ^~~~~~~~ ./dsp/windows.h:83:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 83 | register float f = (float) i; | ^~~~~~~~ ./dsp/windows.h:85:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 85 | register double b = .42f - | ^~~~~~~~ ./dsp/windows.h:97:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 97 | 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] 98 | register double w2 = 2.f * w1; | ^~~~~~~~ ./dsp/windows.h:99:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 99 | register double w3 = 3.f * w1; | ^~~~~~~~ ./dsp/windows.h:103:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 103 | register double f = (double) i; | ^~~~~~~~ ./dsp/windows.h:105:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 105 | 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] 163 | 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] 201 | 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] 185 | 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] 205 | 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] 226 | 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] 326 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:329:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 329 | 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] 353 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:356:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 356 | register v4f_t r; | ^~~~~~~~ ./dsp/v4f_IIR2.h:380:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 380 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:383:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 383 | 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] 586 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:608:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 608 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:609:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 609 | 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] 75 | register double s = b*y[z]; | ^~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | 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] 105 | register sample_t a = | ^~~~~~~~ ./dsp/Delay.h:107:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 107 | register sample_t b = | ^~~~~~~~ ./dsp/Delay.h:109:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 109 | 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] 106 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 127 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 129 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 150 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 152 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 171 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 173 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 191 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 193 | 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] 106 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 127 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 129 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 150 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 152 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 171 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 173 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 191 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 193 | 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] 75 | register double s = b*y[z]; | ^~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | 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] 57 | register double f = i * step; | ^~~~~~~~ ./dsp/windows.h:66:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 66 | register float in = 1. / n; | ^~~~~~~~ ./dsp/windows.h:70:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 70 | register double f = i * in; | ^~~~~~~~ ./dsp/windows.h:79:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 79 | register float in = 1. / n; | ^~~~~~~~ ./dsp/windows.h:83:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 83 | register float f = (float) i; | ^~~~~~~~ ./dsp/windows.h:85:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 85 | register double b = .42f - | ^~~~~~~~ ./dsp/windows.h:97:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 97 | 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] 98 | register double w2 = 2.f * w1; | ^~~~~~~~ ./dsp/windows.h:99:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 99 | register double w3 = 3.f * w1; | ^~~~~~~~ ./dsp/windows.h:103:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 103 | register double f = (double) i; | ^~~~~~~~ ./dsp/windows.h:105:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 105 | 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] 163 | 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] 201 | 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] 185 | 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] 205 | 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] 226 | 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] 326 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:329:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 329 | 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] 353 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:356:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 356 | register v4f_t r; | ^~~~~~~~ ./dsp/v4f_IIR2.h:380:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 380 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:383:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 383 | 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] 586 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:608:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 608 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:609:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 609 | 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] 75 | register double s = b*y[z]; | ^~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | 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] 57 | register double f = i * step; | ^~~~~~~~ ./dsp/windows.h:66:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 66 | register float in = 1. / n; | ^~~~~~~~ ./dsp/windows.h:70:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 70 | register double f = i * in; | ^~~~~~~~ ./dsp/windows.h:79:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 79 | register float in = 1. / n; | ^~~~~~~~ ./dsp/windows.h:83:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 83 | register float f = (float) i; | ^~~~~~~~ ./dsp/windows.h:85:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 85 | register double b = .42f - | ^~~~~~~~ ./dsp/windows.h:97:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 97 | 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] 98 | register double w2 = 2.f * w1; | ^~~~~~~~ ./dsp/windows.h:99:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 99 | register double w3 = 3.f * w1; | ^~~~~~~~ ./dsp/windows.h:103:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 103 | register double f = (double) i; | ^~~~~~~~ ./dsp/windows.h:105:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 105 | 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] 61 | (frames, comp, saturate[0].two, saturate[1].two); | ^ ~ Compress.cc:45:14: note: in instantiation of function template specialization 'CompressStub<1>::subcycle' requested here 45 | if (c == 0) subcycle (frames, compress.peak); | ^ ./Descriptor.h:189:13: note: in instantiation of member function 'CompressStub<1>::cycle' requested here 189 | plugin->cycle (n); | ^ ./Descriptor.h:123:11: note: in instantiation of member function 'Descriptor::_run' requested here 123 | run = _run; | ^ Compress.cc:163:2: note: in instantiation of member function 'Descriptor::autogen' requested here 163 | autogen(); | ^ ./Compress.h:103:3: note: array 'saturate' declared here 103 | 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] 63 | (frames, comp, saturate[0].four, saturate[1].four); | ^ ~ ./Compress.h:103:3: note: array 'saturate' declared here 103 | 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] 61 | (frames, comp, saturate[0].two, saturate[1].two); | ^ ~ Compress.cc:46:7: note: in instantiation of function template specialization 'CompressStub<1>::subcycle' requested here 46 | else subcycle (frames, compress.rms); | ^ ./Descriptor.h:189:13: note: in instantiation of member function 'CompressStub<1>::cycle' requested here 189 | plugin->cycle (n); | ^ ./Descriptor.h:123:11: note: in instantiation of member function 'Descriptor::_run' requested here 123 | run = _run; | ^ Compress.cc:163:2: note: in instantiation of member function 'Descriptor::autogen' requested here 163 | autogen(); | ^ ./Compress.h:103:3: note: array 'saturate' declared here 103 | 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] 63 | (frames, comp, saturate[0].four, saturate[1].four); | ^ ~ ./Compress.h:103:3: note: array 'saturate' declared here 103 | 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] 75 | register double s = b*y[z]; | ^~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | 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] 106 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 127 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 129 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 150 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 152 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 171 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 173 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 191 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 193 | 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] 163 | 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] 201 | 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] 185 | 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] 205 | 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] 226 | 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] 326 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:329:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 329 | 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] 353 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:356:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 356 | register v4f_t r; | ^~~~~~~~ ./dsp/v4f_IIR2.h:380:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 380 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:383:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 383 | 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] 586 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:608:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 608 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:609:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 609 | 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] 106 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 127 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 129 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 150 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 152 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 171 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 173 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 191 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 193 | 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] 105 | register sample_t a = | ^~~~~~~~ ./dsp/Delay.h:107:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 107 | register sample_t b = | ^~~~~~~~ ./dsp/Delay.h:109:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 109 | 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] 106 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 127 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 129 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 150 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 152 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 171 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 173 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 191 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 193 | 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] 105 | register sample_t a = | ^~~~~~~~ ./dsp/Delay.h:107:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 107 | register sample_t b = | ^~~~~~~~ ./dsp/Delay.h:109:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 109 | 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] 75 | register double s = b*y[z]; | ^~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | 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] 105 | register sample_t a = | ^~~~~~~~ ./dsp/Delay.h:107:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 107 | register sample_t b = | ^~~~~~~~ ./dsp/Delay.h:109:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 109 | 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] 105 | register sample_t a = | ^~~~~~~~ ./dsp/Delay.h:107:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 107 | register sample_t b = | ^~~~~~~~ ./dsp/Delay.h:109:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 109 | 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] 75 | register double s = b*y[z]; | ^~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^~~~~~~~ Reverb.cc:255:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 255 | 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] 256 | 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] 75 | register double s = b*y[z]; | ^~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | 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] 57 | register double f = i * step; | ^~~~~~~~ ./dsp/windows.h:66:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 66 | register float in = 1. / n; | ^~~~~~~~ ./dsp/windows.h:70:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 70 | register double f = i * in; | ^~~~~~~~ ./dsp/windows.h:79:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 79 | register float in = 1. / n; | ^~~~~~~~ ./dsp/windows.h:83:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 83 | register float f = (float) i; | ^~~~~~~~ ./dsp/windows.h:85:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 85 | register double b = .42f - | ^~~~~~~~ ./dsp/windows.h:97:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 97 | 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] 98 | register double w2 = 2.f * w1; | ^~~~~~~~ ./dsp/windows.h:99:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 99 | register double w3 = 3.f * w1; | ^~~~~~~~ ./dsp/windows.h:103:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 103 | register double f = (double) i; | ^~~~~~~~ ./dsp/windows.h:105:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 105 | 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] 106 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 127 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 129 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 150 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 152 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 171 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 173 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 191 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 193 | 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] 105 | register sample_t a = | ^~~~~~~~ ./dsp/Delay.h:107:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 107 | register sample_t b = | ^~~~~~~~ ./dsp/Delay.h:109:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 109 | 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] 75 | register double s = b*y[z]; | ^~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | 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] 105 | register sample_t a = | ^~~~~~~~ ./dsp/Delay.h:107:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 107 | register sample_t b = | ^~~~~~~~ ./dsp/Delay.h:109:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 109 | 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] 106 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 127 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 129 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 150 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 152 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 171 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 173 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 191 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 193 | 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] 75 | register double s = b*y[z]; | ^~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | 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] 75 | register double s = b*y[z]; | ^~~~~~~~ ./dsp/Sine.h:104:5: 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: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] 57 | register double f = i * step; | ^~~~~~~~ ./dsp/windows.h:66:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 66 | register float in = 1. / n; | ^~~~~~~~ ./dsp/windows.h:70:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 70 | register double f = i * in; | ^~~~~~~~ ./dsp/windows.h:79:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 79 | register float in = 1. / n; | ^~~~~~~~ ./dsp/windows.h:83:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 83 | register float f = (float) i; | ^~~~~~~~ ./dsp/windows.h:85:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 85 | register double b = .42f - | ^~~~~~~~ ./dsp/windows.h:97:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 97 | 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] 98 | register double w2 = 2.f * w1; | ^~~~~~~~ ./dsp/windows.h:99:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 99 | register double w3 = 3.f * w1; | ^~~~~~~~ ./dsp/windows.h:103:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 103 | register double f = (double) i; | ^~~~~~~~ ./dsp/windows.h:105:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 105 | 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] 75 | register double s = b*y[z]; | ^~~~~~~~ ./dsp/Sine.h:104:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 104 | 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] 57 | register double f = i * step; | ^~~~~~~~ ./dsp/windows.h:66:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 66 | register float in = 1. / n; | ^~~~~~~~ ./dsp/windows.h:70:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 70 | register double f = i * in; | ^~~~~~~~ ./dsp/windows.h:79:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 79 | register float in = 1. / n; | ^~~~~~~~ ./dsp/windows.h:83:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 83 | register float f = (float) i; | ^~~~~~~~ ./dsp/windows.h:85:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 85 | register double b = .42f - | ^~~~~~~~ ./dsp/windows.h:97:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 97 | 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] 98 | register double w2 = 2.f * w1; | ^~~~~~~~ ./dsp/windows.h:99:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 99 | register double w3 = 3.f * w1; | ^~~~~~~~ ./dsp/windows.h:103:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 103 | register double f = (double) i; | ^~~~~~~~ ./dsp/windows.h:105:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 105 | 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] 163 | 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] 201 | 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] 185 | 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] 205 | 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] 226 | 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] 326 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:329:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 329 | 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] 353 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:356:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 356 | register v4f_t r; | ^~~~~~~~ ./dsp/v4f_IIR2.h:380:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 380 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:383:6: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 383 | 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] 586 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:608:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 608 | register uint h2 = h1 ^ 1; | ^~~~~~~~ ./dsp/v4f_IIR2.h:609:5: 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 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] 105 | register sample_t a = | ^~~~~~~~ ./dsp/Delay.h:107:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 107 | register sample_t b = | ^~~~~~~~ ./dsp/Delay.h:109:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 109 | 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] 106 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:108:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 108 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:127:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 127 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:129:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 129 | register T r = s * a[0]; | ^~~~~~~~ ./dsp/IIR2.h:150:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 150 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:152:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 152 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:171:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 171 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:173:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 173 | register T r = 0; | ^~~~~~~~ ./dsp/IIR2.h:191:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 191 | register int z = h; | ^~~~~~~~ ./dsp/IIR2.h:193:5: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 193 | 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 1764445871.76 ===> 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 1764445873.11 ===> audio/caps-plugins ===> Cleaning for caps-plugins-0.9.24p3 >>> Ended at 1764445873.30 max_stuck=0.00/build=15.64/package=1.34/clean=0.23