aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-31 17:01:19 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-31 17:01:19 -0800
commit4ccc2550d0da858a0ebcbce75f3d63723a401e69 (patch)
tree02d78867bf3775fccc8139ced8e14b4f8338ff8d /expand.cpp
parent0c9e398bef070e2841e275ce871fc1836e104711 (diff)
Squash a bunch of warnings
Diffstat (limited to 'expand.cpp')
-rw-r--r--expand.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/expand.cpp b/expand.cpp
index 2f892465..596fceeb 100644
--- a/expand.cpp
+++ b/expand.cpp
@@ -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 );