diff options
Diffstat (limited to 'sinksh/syntax_modules/sink_inspect.cpp')
-rw-r--r-- | sinksh/syntax_modules/sink_inspect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sinksh/syntax_modules/sink_inspect.cpp b/sinksh/syntax_modules/sink_inspect.cpp index efa5bb4..1a964cf 100644 --- a/sinksh/syntax_modules/sink_inspect.cpp +++ b/sinksh/syntax_modules/sink_inspect.cpp | |||
@@ -142,7 +142,7 @@ bool inspect(const QStringList &args, State &state) | |||
142 | } | 142 | } |
143 | 143 | ||
144 | } | 144 | } |
145 | } catch (const Xapian::Error &error) { | 145 | } catch (const Xapian::Error &) { |
146 | // Nothing to do, move along | 146 | // Nothing to do, move along |
147 | } | 147 | } |
148 | 148 | ||