Can't suppress MAPM warnings

May 20, 2008
12,171
133
Syracuse, NY, USA
I can't suppress MAPM warnings (and I'd like to).
Code:
p:\mapm> echo %@eval[acos(2)] 2>NUL
MAPM Warning: 'm_apm_arccos', |Argument| > 1
0

That particular message ("Warning") only comes from one place.
Code:
p:\mapm> grep Warning: *.c
MAPMUTL1.C:    fprintf(stderr, "MAPM Warning: %s\n", message);

I suspect a change (to something more redirection-friendly) would allow the user to get rid of them.