From a77e00a5dcd24fc7926d7eb7f1d792bcf8cdcdd5 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 6 Aug 2017 23:25:41 +0900 Subject: [PATCH] journal-remote: remove MHD_USE_PEDANTIC_CHECKS from the default flags Follow-up for 010585873454d07625ee962ffa2ef2823624bfbe. --- src/journal-remote/journal-remote.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/journal-remote/journal-remote.c b/src/journal-remote/journal-remote.c index 0e051c8ff93..0f7e8f87757 100644 --- a/src/journal-remote/journal-remote.c +++ b/src/journal-remote/journal-remote.c @@ -651,7 +651,6 @@ static int setup_microhttpd_server(RemoteServer *s, MHD_USE_DEBUG | MHD_USE_DUAL_STACK | MHD_USE_EPOLL | - MHD_USE_PEDANTIC_CHECKS | MHD_USE_ITC; const union MHD_DaemonInfo *info; -- 2.47.3