libgit2/deps/regex
Sebastian Bauer 976d9e136f regex: Fixed warnings about unused parameter values.
There are different solutions to the problem. In this change, we
define an UNUSED macro that maps to __attribute__((unused)) when
compiling with gcc. Otherwise it is a NOOP. We apply this macro
in all function headers for each parameter value that is not used
within the function body.

The change is local to regex.
2013-01-11 11:03:48 +01:00
..
config.h regex: Move the defines to a config header and include it unconditionally 2012-02-18 01:31:43 +01:00
regcomp.c regex: Fixed warnings about unused parameter values. 2013-01-11 11:03:48 +01:00
regex_internal.c Add POSIX regex sources when needed 2012-02-17 22:00:17 +01:00
regex_internal.h regex: Fixed warnings about unused parameter values. 2013-01-11 11:03:48 +01:00
regex.c regex: Move the defines to a config header and include it unconditionally 2012-02-18 01:31:43 +01:00
regex.h Add POSIX regex sources when needed 2012-02-17 22:00:17 +01:00
regexec.c regex: Fixed several warnings about signed/unsigned conversions. 2013-01-11 11:03:48 +01:00