journal-remote: remove MHD_USE_PEDANTIC_CHECKS from the default flags

Follow-up for 0105858734.
This commit is contained in:
Yu Watanabe 2017-08-06 23:25:41 +09:00
parent 28dd66ecfc
commit a77e00a5dc
1 changed files with 0 additions and 1 deletions

View File

@ -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;