[PD-dev] pd_error() deprecated

Claude Heiland-Allen claudiusmaximus at goto10.org
Fri Jul 20 05:32:39 CEST 2007


Hans-Christoph Steiner wrote:
> How about a compiler warning, isn't it something like #warning?

No, that emits a warning when the #warning line is reached by the 
preprocessor.  In GNU C you can emit warnings when deprecated functions 
are *used* like this:

int old_fn () __attribute__ ((deprecated));

But that's GNU C not ANSI C nor Microsoft C nor...


Claude
-- 
http://claudiusmaximus.goto10.org





More information about the Pd-dev mailing list