https://bugs.documentfoundation.org/show_bug.cgi?id=146230

Stephan Bergmann <sberg...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sberg...@redhat.com

--- Comment #3 from Stephan Bergmann <sberg...@redhat.com> ---
(In reply to Eyal Rozenberg from comment #2)
> Nope. I see other things though... will open new bugs for them :-P

In general, that (debug, or --enable-sal-log) builds emit such SAL_WARN output
is by design, and does not necessarily indicate something that needs fixing or
cleaning up:  SAL_WARN is meant to "log warnings about unusual events (that the
code nevertheless needs to handle in some way, like malformed input or I/O
failures)"
(<https://wiki.documentfoundation.org/Development/GeneralProgrammingGuidelines#Assertions_and_Logging>).

(That said, there may be cases where SAL_WARN is used improperly.  Especially
if the same SAL_WARN gets triggered an excessive number of times in
succession.)

The specific case of such "legacy.osl" warnings (coming from deprecated
OSL_ASSERT et al) is covered by bug 43157 "Clean up OSL_ASSERT, DBG_ASSERT,
etc."

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to