From 595d6b354aeef9db4f106e37fe5cccc4b80ec087 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 31 Oct 2021 14:14:51 +0100 Subject: rcfile_y.y: drop yytoknum cast, incompatible with bison 3.8 This causes configuration failures with newer Bison versions. --- rcfile_y.y | 2 -- 1 file changed, 2 deletions(-) (limited to 'rcfile_y.y') diff --git a/rcfile_y.y b/rcfile_y.y index 705bbbf1..5b47e10b 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -461,8 +461,6 @@ int prc_parse_file (const char *pathname, const flag securecheck) prc_errflag = 0; querylist = hosttail = (struct query *)NULL; - (void)yytoknum; /* work around compiler warning */ - errno = 0; /* Check that the file is secure */ -- cgit v1.2.3