From: Mark Andrews Date: Wed, 8 Oct 2014 06:47:46 +0000 (+1100) Subject: silence compiler warning X-Git-Tag: v9.11.0a1~1360^2~10 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=bbec761a675b0683c879827ae65bd2ac59a18987;p=thirdparty%2Fbind9.git silence compiler warning --- diff --git a/lib/dns/master.c b/lib/dns/master.c index 1f88b12ea30..3f46c8b35b4 100644 --- a/lib/dns/master.c +++ b/lib/dns/master.c @@ -251,7 +251,7 @@ loadctx_destroy(dns_loadctx_t *lctx); } \ } while (0) #define GETTOKEN(lexer, options, token, eol) \ - GETTOKENERR(lexer, options, token, eol, ) + GETTOKENERR(lexer, options, token, eol, {} ) #define COMMITALL \ do { \