]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
silence compiler warning
authorMark Andrews <marka@isc.org>
Wed, 8 Oct 2014 06:47:46 +0000 (17:47 +1100)
committerMark Andrews <marka@isc.org>
Wed, 8 Oct 2014 06:47:46 +0000 (17:47 +1100)
lib/dns/master.c

index 1f88b12ea30dae7b80c21e225a1dd51e06156fb9..3f46c8b35b466635d2a4fbc2868272377834678d 100644 (file)
@@ -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 { \