Commit graph

4 commits

Author SHA1 Message Date
Tor Lillqvist
558d34fef7 Typo 2012-04-04 01:05:49 +03:00
Tor Lillqvist
f85dfb96c4 WaE: unused parameter 2012-04-04 01:05:43 +03:00
Tor Lillqvist
084a54e87b WaE: unused parameter 2012-03-01 01:26:17 +02:00
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