OK, I'll fix it another way.
On Mon, Sep 15, 2025 at 1:08 PM Friedrich Beckmann <
[email protected]> wrote:
> Thanks! Unfortunately the parentheses make no difference:
>
> ../pspp/src/data/any-reader.c: In function 'any_reader_open':
> ../pspp/src/data/any-reader.c:119:22: error: 'const struct
> any_reader_class' has no member named 'rpl_open'
> 119 | return (class->open) (handle);
> | ^~
> ../pspp/src/data/any-reader.c:127:35: error: 'const struct
> any_reader_class' has no member named 'rpl_open'
> 127 | return (dataset_reader_class.open) (handle);
> | ^
> ../pspp/src/data/any-reader.c:106:7: warning: this statement may fall
> through [-Wimplicit-fallthrough=]
> 106 | {
> | ^
> ../pspp/src/data/any-reader.c:122:5: note: here
> 122 | case FH_REF_INLINE:
> | ^~~~
> make[2]: *** [Makefile:15018: src/data/libdata_la-any-reader.lo] Error 1
>
>
>
> > Am 15.09.2025 um 21:51 schrieb Ben Pfaff <[email protected]>:
> >
> > Triggered.
> >
>
>