mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-18 19:03:45 +00:00
tests/warnings/Mmakefile:
tests/warnings/format_call_multi.{m,exp}:
tests/warnings/m12.m:
As above.
19 lines
1.1 KiB
Plaintext
19 lines
1.1 KiB
Plaintext
format_call_multi.m:030: Mismatched format and values in call to predicate
|
|
format_call_multi.m:030: `m12.log_msg'/5:
|
|
format_call_multi.m:030: The first conversion specifier uses the specifier
|
|
format_call_multi.m:030: character `d', but the corresponding input is a
|
|
format_call_multi.m:030: string. The only specifier applicable to strings is
|
|
format_call_multi.m:030: %s.
|
|
format_call_multi.m:039: Mismatched format and values in call to predicate
|
|
format_call_multi.m:039: `m12.log_msg'/5:
|
|
format_call_multi.m:039: The first conversion specifier uses the specifier
|
|
format_call_multi.m:039: character `d', but the corresponding input is a
|
|
format_call_multi.m:039: string. The only specifier applicable to strings is
|
|
format_call_multi.m:039: %s.
|
|
format_call_multi.m:052: Mismatched format and values in call to predicate
|
|
format_call_multi.m:052: `m12.log_msg'/5:
|
|
format_call_multi.m:052: The first conversion specifier uses the specifier
|
|
format_call_multi.m:052: character `d', but the corresponding input is a
|
|
format_call_multi.m:052: string. The only specifier applicable to strings is
|
|
format_call_multi.m:052: %s.
|