office-gobmx/tools/source
Stephan Bergmann 7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones.  To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
2012-01-21 15:21:16 +01:00
..
datetime
debug Remove some dated Windows-only debug stuff. 2012-01-20 12:14:44 +01:00
fsys Removed some unused parameters; added SAL_UNUSED_PARAMETER. 2012-01-21 15:21:16 +01:00
generic fdo#39428 Remove/audit SvStream operator>>/<<(long) 2012-01-18 22:56:13 -05:00
inet
memtools Mempool size args are unused. 2012-01-20 12:14:45 +01:00
misc
rc
ref Removed some unused parameters; added SAL_UNUSED_PARAMETER. 2012-01-21 15:21:16 +01:00
reversemap Code clean up. 2012-01-20 12:14:46 +01:00
stream sal: expose a public API for comparing directory items 2012-01-19 14:01:33 +00:00
string Removed some unused parameters; added SAL_UNUSED_PARAMETER. 2012-01-21 15:21:16 +01:00
zcodec