From: Yu Watanabe Date: Sun, 6 Aug 2017 14:25:41 +0000 (+0900) Subject: journal-remote: remove MHD_USE_PEDANTIC_CHECKS from the default flags X-Git-Tag: v235~263^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a77e00a5dcd24fc7926d7eb7f1d792bcf8cdcdd5;p=thirdparty%2Fsystemd.git journal-remote: remove MHD_USE_PEDANTIC_CHECKS from the default flags Follow-up for 010585873454d07625ee962ffa2ef2823624bfbe. --- 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;