Deprecated warnings
Martin Stein
martin.stein at ...1...
Mon Feb 6 18:49:30 CET 2017
Hi Boris,
You have to add the line 'CC_OPT += -Wno-deprecated-declarations' to
your '<BUILD_DIR>/etc/tools.conf'. You probably have to create this file
first.
Did that help you?
Cheers,
Martin
Am 06.02.2017 um 16:58 schrieb Boris Mulder:
> Hi all,
>
> Whenever I compile my source with the latest version of Genode, I am
> getting hundreds and hundreds of deprecated warnings. I understand you
> might fix them in the future, but they clog my compiler output and make
> reading other compiler errors a pain. Is there some easy point in the
> makefiles where I can change it so that I can disable all of them
> temporarily? I tried appending it to global.mk:
>
> CC_WARN ?= -Wall -Wno-deprecated
>
> but this still gave me the warnings. Where can I disable it?
>
> Regards,
>
> Boris
>
More information about the users
mailing list