[libdvdnav-devel] [PATCH] add __DEPRECATED__ modifier which can be used to deprecate API calls where compiler supports it

Lawrence D'Oliveiro ldo at geek-central.gen.nz
Fri Jan 16 00:49:15 CET 2015


Rather than checking the GNUC version in the C code to see if it
supports __attribute__((deprecated)), this does the check at configure
time, to be compatible with non-GCC compilers that also support the
same language extension.



More information about the libdvdnav-devel mailing list