After updating to SVN 1404 on my Mac OS machine, I get the following warning:
g++ -DHAVE_CONFIG_H -I. -I..-Wall -I sql -g -O2 -MT apl-Quad_XML.o
-MD -MP -MF .deps/apl-Quad_XML.Tpo -c -o apl-Quad_XML.o `test -f 'Quad_XML.cc'
|| echo './'`Quad_XML.cc
Quad_XML.cc:21:17: warning: using
Hi Louis,
thanks, lookd like the compiler guys were again busy with
implementing new stupid warnings.
I remember that some time ago gcc would complain the other
way around (when
"using namespace std" was missing as opposed to being present).
> On Jan 18, 2021, at 12:21, Dr. Jürgen Sauermann
> wrote:
>
> Hi Louis,
>
> thanks, lookd like the compiler guys were again busy with implementing new
> stupid warnings.
>
> I remember that some time ago gcc would complain the other way around (when
> "using namespace std" was missing as o
How about disabling that specific warning?
Den tis 19 jan. 2021 01:51Dr. Jürgen Sauermann
skrev:
> Hi Louis,
>
> thanks, lookd like the compiler guys were again busy with implementing new
> stupid warnings.
>
> I remember that some time ago *gcc* would complain the other way around
> (when
> "us