From b8112a1304e36dc8a308d2b09d5cd49c9271b2cc Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 8 Aug 2017 23:26:26 +0200 Subject: Avoid warning in GCC --- src/proxy.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/proxy.cc') diff --git a/src/proxy.cc b/src/proxy.cc index e102b81..c67b0df 100644 --- a/src/proxy.cc +++ b/src/proxy.cc @@ -2231,6 +2231,8 @@ size_t ProxyImpl::MitmMonitor::handle_http_data(Content* content, return size; } } + assert(false); + return 0; } } // namespace -- cgit v1.2.3-70-g09d2