diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-31 12:17:32 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-31 12:17:32 +0100 |
commit | 380649c1eb762f5f7a10cd15d1c5e87f36b0638c (patch) | |
tree | 74effbf9e95e3c7ccc4ee66ed1eddb0d3f265e9b /sinksh/repl | |
parent | 8aa5510513719f3a8e40a6faf6749fdfc44490d2 (diff) | |
download | sink-380649c1eb762f5f7a10cd15d1c5e87f36b0638c.tar.gz sink-380649c1eb762f5f7a10cd15d1c5e87f36b0638c.zip |
Build without warnings
Diffstat (limited to 'sinksh/repl')
-rw-r--r-- | sinksh/repl/replStates.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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) | |||
169 | } | 169 | } |
170 | 170 | ||
171 | //Ignore warning I don't know how to fix in a moc file | 171 | //Ignore warning I don't know how to fix in a moc file |
172 | #pragma clang diagnostic push | ||
172 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" | 173 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" |
173 | #include "moc_replStates.cpp" | 174 | #include "moc_replStates.cpp" |
175 | #pragma clang diagnostic pop | ||