chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Annoying compiler warning


From: Evan Hanson
Subject: Re: [Chicken-users] Annoying compiler warning
Date: Thu, 14 May 2015 12:54:19 +1200

Hi Matt,

This has been addressed in the development tree and the warnings will go
away with the next release.

As for hiding the warnings on 4.9.0.1, you could try passing a flag to
silence them as a C compiler option (perhaps "-Wno-deprecated"? I don't
know which option will suppress these messages, but one surely exists),
or simply define that feature yourself:

    $ csc -C "-D_DEFAULT_SOURCE" foo.scm

Cheers,

Evan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]