summaryrefslogtreecommitdiff
path: root/boost/boost_1_44_0-unused-parameters.patch
AgeCommit message (Collapse)AuthorFilesLines
2012-04-04TypoTor Lillqvist1-2/+2
2012-04-04WaE: unused parameterTor Lillqvist1-0/+77
2012-03-01WaE: unused parameterTor Lillqvist1-0/+39
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-0/+869
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.