• Stephan Bergmann's avatar
    Get rid of OSL_UNUSED · 2beeeea4
    Stephan Bergmann yazdı
    In many cases it was originally used to silence warnings about variables used
    only in OSL_ENSURE etc., but that's no longer necessary since OSL_ENSURE is
    based on SAL_WARN etc.  In some other cases it was apparently used as a
    speculative debugging aid, to have a value assigned to a variable to be easily
    able to view the value in a debugger.  And in some cases it was used with
    (otherwise ignored) return values of (typically SQL-related) function calls, but
    it is probably better to eventually find and fix all the problematic ones among
    such calls via function declarations annotated SAL_WARN_UNUSED_RESULT.
    
    Change-Id: Ib925b38da70073b546fdcd00fa8524dc302accbf
    2beeeea4
Adı
Son kayıt (commit)
Son güncelleme
..
grid Loading commit data...
tree Loading commit data...
accessiblecontrolcontext.cxx Loading commit data...
animatedimages.cxx Loading commit data...
controlmodelcontainerbase.cxx Loading commit data...
controlmodelcontainerbase_internal.hxx Loading commit data...
dialogcontrol.cxx Loading commit data...
eventcontainer.cxx Loading commit data...
formattedcontrol.cxx Loading commit data...
geometrycontrolmodel.cxx Loading commit data...
roadmapcontrol.cxx Loading commit data...
roadmapentry.cxx Loading commit data...
spinningprogress.cxx Loading commit data...
stdtabcontroller.cxx Loading commit data...
stdtabcontrollermodel.cxx Loading commit data...
tabpagecontainer.cxx Loading commit data...
tabpagemodel.cxx Loading commit data...
tkscrollbar.cxx Loading commit data...
tkspinbutton.cxx Loading commit data...
unocontrol.cxx Loading commit data...
unocontrolbase.cxx Loading commit data...
unocontrolcontainer.cxx Loading commit data...
unocontrolcontainermodel.cxx Loading commit data...
unocontrolmodel.cxx Loading commit data...
unocontrols.cxx Loading commit data...