Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-18 | Remove dialyzer nowarn_unused_function workaround | Anders Svensson | |
The workaround (commit 57d5564f) was to dialyzer only understanding nowarn_unused_function on individual functions. This is no longer the case as of R15B01 (commit 477fd95a). | |||
2011-12-08 | Tell dialyzer not to warn about unused functions | Anders Svensson | |
Depending on the dictionary, generated dictionary modules may contain unused functions included from diameter_gen.hrl. There may still be warnings however since even used functions can contain code that isn't reached for a given dictionary. It would be useful for diameter to generate spec attributes for a dictionary's generated records but the format of these is currently undocumented. |