Name |
Last commit
|
Last update |
---|---|---|
.. | ||
config.h | ||
regcomp.c | ||
regex.c | ||
regex.h | ||
regex_internal.c | ||
regex_internal.h | ||
regexec.c |
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.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
config.h | Loading commit data... | |
regcomp.c | Loading commit data... | |
regex.c | Loading commit data... | |
regex.h | Loading commit data... | |
regex_internal.c | Loading commit data... | |
regex_internal.h | Loading commit data... | |
regexec.c | Loading commit data... |