Next: Warnings about style issues with goals, Previous: Warnings about style issues with modules, Up: Warnings about programming style [Contents][Index]
--warn-dead-predicates--warn-dead-predsWarn about predicates and functions that have no procedures which are ever called.
--warn-dead-procedures--warn-dead-procsWarn about procedures which are never called.
--warn-can-fail-functionWarn about functions that can fail. (Such functions should be replaced by semidet predicates.)
--no-warn-unneeded-mode-specific-clauseDo not warn about clauses that unnecessarily specify the modes of their arguments.