Files
loongoffice/include/tools
Stephan Bergmann 2beeeea4ea Get rid of OSL_UNUSED
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
2015-09-09 07:54:04 +02:00
..
2015-07-02 06:37:53 +00:00
2015-07-02 06:37:53 +00:00
2015-07-02 06:37:53 +00:00
2015-09-09 07:54:04 +02:00
2015-08-05 09:39:22 +00:00
2015-08-17 06:30:01 +00:00
2015-07-02 06:37:53 +00:00
2015-06-21 19:56:13 +00:00
2015-07-30 06:23:00 +00:00
2015-07-02 06:37:53 +00:00
2015-07-27 06:12:01 +00:00
2015-07-31 14:45:38 +02:00
2015-07-02 06:37:53 +00:00
2015-07-02 06:37:53 +00:00
2015-07-02 06:37:53 +00:00
2015-07-03 09:32:26 +00:00
2015-07-24 09:52:08 +02:00