From 380649c1eb762f5f7a10cd15d1c5e87f36b0638c Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 31 Jan 2016 12:17:32 +0100 Subject: Build without warnings --- sinksh/repl/replStates.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sinksh/repl') diff --git a/sinksh/repl/replStates.cpp b/sinksh/repl/replStates.cpp index 5bfc064..0cd2620 100644 --- a/sinksh/repl/replStates.cpp +++ b/sinksh/repl/replStates.cpp @@ -169,5 +169,7 @@ static char *sink_cli_next_tab_complete_match(const char *text, int state) } //Ignore warning I don't know how to fix in a moc file +#pragma clang diagnostic push #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" #include "moc_replStates.cpp" +#pragma clang diagnostic pop -- cgit v1.2.3