From db35e5c8fccf965c7383bebcfca8f7c3ad681d3b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 19 May 2013 02:06:45 -0500 Subject: Resolve new compiler warnings from Clang --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/global.h') diff --git a/src/global.h b/src/global.h index c024dce2..5fa67d2c 100644 --- a/src/global.h +++ b/src/global.h @@ -99,11 +99,11 @@ public: void report_error(const std::exception& err); + void execute_command(strings_list args, bool at_repl); /** * @return \c true if a command was actually executed; otherwise, it probably * just resulted in setting some options. */ - void execute_command(strings_list args, bool at_repl); int execute_command_wrapper(strings_list args, bool at_repl); value_t push_command(call_scope_t&) { -- cgit v1.2.3