On 09/03, Oleg Nesterov wrote:
>
> But damn ;) Actually I am writing this email because I got a lot of
> compiler warnings when I tried to build faust after git pull. I am
> puzzled, will try to investigate on Monday, had too much beer today ;)

Ah. Yann, I am sorry for unnecessary spam.

Yes, I see a lot of warnings, say,

        In file included from 
/home/oleg/SRC/DSP/faust/compiler/dsp_factory.hh:32:0,
                         from 
/home/oleg/SRC/DSP/faust/compiler/generator/code_container.hh:30,
                         from 
/home/oleg/SRC/DSP/faust/compiler/generator/instructions_compiler.hh:32,
                         from 
/home/oleg/SRC/DSP/faust/compiler/generator/dag_instructions_compiler.hh:25,
                         from /home/oleg/SRC/DSP/faust/compiler/libcode.cpp:39:
        /home/oleg/SRC/DSP/faust/compiler/../architecture/faust/dsp/dsp.h: In 
constructor ‘decorator_dsp::decorator_dsp(dsp*)’:
        
/home/oleg/SRC/DSP/faust/compiler/../architecture/faust/dsp/dsp.h:188:42: 
warning: declaration of ‘dsp’ shadows a member of ‘decorator_dsp’ [-Wshadow]
                 decorator_dsp(dsp* dsp = nullptr):fDSP(dsp) {}
                                                  ^

but

        a) they started a long before the recent commits, just I didn't notice

        b) my compiler is very old, gcc version 5.3.1, and this is probably the 
reason

Thank you again,

Oleg.



_______________________________________________
Faudiostream-devel mailing list
Faudiostream-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

Reply via email to