libgit2/deps
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
..
http-parser Remove use of English expletives 2012-11-23 13:31:22 +00:00
regex regex: Fixed warnings about unused parameter values. 2013-01-11 11:03:48 +01:00
zlib Fix compilation in Windows 2011-08-08 16:56:28 -07:00