> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> I just removed the 'warn'. I can put it back if you
Angus> want, but... <\shrug>
I do not care much. Go for it.
JMarc
Jean-Marc Lasgouttes wrote:
>> "Angus" == Angus Leeming <[EMAIL PROTECTED]>
>> writes:
>
> Angus> So, only the unix flavour is ever invoked (XForms, see) and the
> Angus> function is defined as
>
> Angus> void os::warn(string /*mesg*/) { return;
> Angus> }
>
> Angus> I'd replace it with
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> So, only the unix flavour is ever invoked (XForms, see) and the
Angus> function is defined as
Angus> void os::warn(string /*mesg*/) { return;
Angus> }
Angus> I'd replace it with a call to lyxerr, but currently my tree is
Angus> ra
Probably the same in 1.4.x too.
$ grep -r 'warn *(' src
src/frontends/xforms/lyx_gui.C: os::warn("Unable to access X
display, exiting");
src/support/os.h: static void warn(string mesg);
src/support/os_os2.C:void os::warn(string /*mesg*/) {
src/support/os_unix.C:void os::warn(string /