Re: conf() chatter

From: <rgibson_at_email.domain.hidden>
Date: Thu, 01 Nov 2007 12:42:27 -0400
Thanks, that should work most easily.  And I can cache the old warn hook via
   oldFVWH = &fit_verbose_warn_hook
so I can restore it when done.

Thanks,
Rob


>
> This warning message is printed by the fit_verbose_warn_hook()
> function which, by default, is defined to be:
>
>  define fit_verbose_warn_hook (s)
>  {
>     () = fputs (s, stderr);
>  }
>
> To turn off all such warning messages, you could provide an
> empty definition:
>
>  public define fit_verbose_warn_hook (s){ }
>
> Alternatively, you could provide an implementation that filters
> out unwanted messages.
>
> Thanks,
> -John
> ----
> You received this message because you are
> subscribed to the isis-users list.
> To unsubscribe, send a message to
> isis-users-request_at_email.domain.hidden> with the first line of the message as:
> unsubscribe
>
>



----
You received this message because you are
subscribed to the isis-users list.
To unsubscribe, send a message to
isis-users-request_at_email.domain.hiddenwith the first line of the message as:
unsubscribe
Received on Thu Nov 01 2007 - 12:42:35 EDT

This archive was generated by hypermail 2.2.0 : Thu Nov 01 2007 - 13:01:06 EDT