mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
compiler/pre_typecheck.m:
As above.
tests/warnings/bug576.{m,err_exp}:
Add the Mantis test case for this bug.
tests/warnings/Mmakefile:
Enable the new test case.
359 B
359 B
bug576.m:030: In function `icu_normalize'/3:
bug576.m:030: warning: the third argument and the function return value,
bug576.m:030: represented by the state variable `!S', could be deleted,
bug576.m:030: because they are not used, and because the final value is
bug576.m:030: always the same as the initial value.
bug576.m:030: warning: the third argument and the function return value,
bug576.m:030: represented by the state variable `!S', could be deleted,
bug576.m:030: because they are not used, and because the final value is
bug576.m:030: always the same as the initial value.