Next: Warnings about programming style, Previous: Warnings about possible incorrectness, Up: Warning options [Contents][Index]
--no-warn-accumulator-swaps
Do not warn about argument order rearrangements done by ‘--introduce-accumulators’.
--no-warn-unneeded-final-statevars
Do not warn about !:S
state variables in clause heads whose
value will always be the same as !.S
.
--no-warn-unneeded-final-statevars-lambda
Do not warn about !:S
state variables in lambda expressions
whose value will always be the same as !.S
.
--warn-obvious-non-tail-recursion
Warn about recursive calls that are not tail calls even if they obviously cannot be tail calls, because they are followed by other recursive calls.
--warn-non-tail-recursion {none,self,self-and-mutual}
Specify when the compiler should warn about recursive calls that are not tail calls.