• 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
..
inc/helper Loading commit data...
qa Loading commit data...
source Loading commit data...
test/accessibility Loading commit data...
util Loading commit data...
JunitTest_toolkit_complex.mk Loading commit data...
JunitTest_toolkit_unoapi_1.mk Loading commit data...
JunitTest_toolkit_unoapi_2.mk Loading commit data...
JunitTest_toolkit_unoapi_3.mk Loading commit data...
JunitTest_toolkit_unoapi_4.mk Loading commit data...
Library_tk.mk Loading commit data...
Makefile Loading commit data...
Module_toolkit.mk Loading commit data...
README Loading commit data...