chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Annoying compiler warning


From: Matt Gushee
Subject: [Chicken-users] Annoying compiler warning
Date: Wed, 13 May 2015 04:04:12 -0600

Alright, one more email for tonight. I have noticed lately (don't know when it started, but I suppose at least since I started using Chicken 4.9.0.1), that every time I compile anything with csc, I get this warning:

    In file included from /usr/include/ctype.h:25:0,
                 from /usr/include/chicken/chicken.h:104,
                 from csass.c:11:
    /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
    # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^

It's rather distracting. Is there a way I can get rid of this warning without hiding all warnings?

Oh, BTW, I see that features.h is part of glibc - of which I have version 2.21.

Thanks,
Matt Gushee

reply via email to

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