Re: [m-users.] How to get rid of warning message?
"Zoltan Somogyi" <[email protected]>
| Newsgroups | gmane.comp.lang.mercury.general |
|---|---|
| Message-ID | <[email protected]> |
On 2023-07-11 18:44 +02:00 CEST, "Volker Wysk" <[email protected]> wrote: > fisactions.m:120: In `update_recorder_statistics'(in, di, uo): > fisactions.m:120: warning: determinism declaration could be tighter. > fisactions.m:120: Declared `cc_multi', inferred `det'. > > How to get rid of that message? Pass --no-warn-det-decls-too-lax to the compiler. The users's guide has a section on warning options; it is section 9.2 in the ROTD version. Zoltan. _______________________________________________ users mailing list [email protected] https://lists.mercurylang.org/listinfo/users