Re: os::warn in 1.3.x

2005-01-07 Thread Jean-Marc Lasgouttes
> "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

Re: os::warn in 1.3.x

2005-01-07 Thread Angus Leeming
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

Re: os::warn in 1.3.x

2005-01-07 Thread Jean-Marc Lasgouttes
> "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

os::warn in 1.3.x

2005-01-06 Thread Angus Leeming
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 /