Squash a bunch of warnings

This commit is contained in:
ridiculousfish
2012-01-31 17:01:19 -08:00
parent 0c9e398bef
commit 4ccc2550d0
7 changed files with 15 additions and 91 deletions

View File

@@ -1860,6 +1860,7 @@ static int expand_cmdsubst2( parser_t &parser, const wcstring &input, std::vecto
/**
Wrapper around unescape funtion. Issues an error() on failiure.
*/
__attribute__((unused))
static wchar_t *expand_unescape( parser_t &parser, const wchar_t * in, int escape_special )
{
wchar_t *res = unescape( in, escape_special );