how to create compile warning for deprecated functions?

caox caox@REDACTED
Tue Mar 22 10:16:29 CET 2011


Hi, 

	I have some lib functions will be deprecated in next release of our repo. How could I add a warning during compiling for other developers just as the module regexp does:

src/lib/email/add_phone.erl:23: Warning: regexp:split/2: the regexp module is deprecated (will be removed in R15A); use the re module instead

regards,
caox


More information about the erlang-questions mailing list