summaryrefslogtreecommitdiffstats
path: root/src/HTTP/NameValueParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTTP/NameValueParser.cpp')
-rw-r--r--src/HTTP/NameValueParser.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/HTTP/NameValueParser.cpp b/src/HTTP/NameValueParser.cpp
index f759c4d21..94df82438 100644
--- a/src/HTTP/NameValueParser.cpp
+++ b/src/HTTP/NameValueParser.cpp
@@ -405,7 +405,9 @@ bool cNameValueParser::Finish(void)
}
}
ASSERT(!"Unhandled parser state!");
- return false;
+ #ifndef __clang__
+ return false;
+ #endif
}