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

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to