summaryrefslogtreecommitdiffstats
path: root/sinksh/repl/replStates.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sinksh/repl/replStates.cpp')
-rw-r--r--sinksh/repl/replStates.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sinksh/repl/replStates.cpp b/sinksh/repl/replStates.cpp
index 43b1353..5bfc064 100644
--- a/sinksh/repl/replStates.cpp
+++ b/sinksh/repl/replStates.cpp
@@ -168,4 +168,6 @@ static char *sink_cli_next_tab_complete_match(const char *text, int state)
168 return rl_filename_completion_function(text, state); 168 return rl_filename_completion_function(text, state);
169} 169}
170 170
171//Ignore warning I don't know how to fix in a moc file
172#pragma clang diagnostic ignored "-Wundefined-reinterpret-cast"
171#include "moc_replStates.cpp" 173#include "moc_replStates.cpp"