From cf8c6dfe32580d2d93cb67f496f50fa14c572f5c Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 31 Jan 2016 11:21:48 +0100 Subject: Enabled and fixed a bunch of warnings --- sinksh/syntax_modules/core_syntax.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'sinksh/syntax_modules/core_syntax.cpp') 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 bool exit(const QStringList &, State &) { ::exit(0); - return true; } bool showHelp(const QStringList &commands, State &state) -- cgit v1.2.3