diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-31 11:21:48 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-31 11:21:48 +0100 |
commit | cf8c6dfe32580d2d93cb67f496f50fa14c572f5c (patch) | |
tree | f06e531c8316810f6fed688f3d7c16fa6582c4ac /sinksh/syntax_modules/core_syntax.cpp | |
parent | 7c52358e3fc9798715895a57e6eee3274a2b84f3 (diff) | |
download | sink-cf8c6dfe32580d2d93cb67f496f50fa14c572f5c.tar.gz sink-cf8c6dfe32580d2d93cb67f496f50fa14c572f5c.zip |
Enabled and fixed a bunch of warnings
Diffstat (limited to 'sinksh/syntax_modules/core_syntax.cpp')
-rw-r--r-- | sinksh/syntax_modules/core_syntax.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sinksh/syntax_modules/core_syntax.cpp b/sinksh/syntax_modules/core_syntax.cpp index f5b6274..a05beb0 100644 --- a/sinksh/syntax_modules/core_syntax.cpp +++ b/sinksh/syntax_modules/core_syntax.cpp | |||
@@ -32,7 +32,6 @@ namespace CoreSyntax | |||
32 | bool exit(const QStringList &, State &) | 32 | bool exit(const QStringList &, State &) |
33 | { | 33 | { |
34 | ::exit(0); | 34 | ::exit(0); |
35 | return true; | ||
36 | } | 35 | } |
37 | 36 | ||
38 | bool showHelp(const QStringList &commands, State &state) | 37 | bool showHelp(const QStringList &commands, State &state) |