aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2021-10-31 14:14:51 +0100
committerMatthias Andree <matthias.andree@gmx.de>2021-10-31 14:14:51 +0100
commit595d6b354aeef9db4f106e37fe5cccc4b80ec087 (patch)
tree552c63ca4515a95948f5a6202f0f6dfcff4c956b /rcfile_y.y
parentaeaf1d4e9aa13207eeff857657ab2b418e46c95c (diff)
downloadfetchmail-595d6b354aeef9db4f106e37fe5cccc4b80ec087.tar.gz
fetchmail-595d6b354aeef9db4f106e37fe5cccc4b80ec087.tar.bz2
fetchmail-595d6b354aeef9db4f106e37fe5cccc4b80ec087.zip
rcfile_y.y: drop yytoknum cast, incompatible with bison 3.8
This causes configuration failures with newer Bison versions.
Diffstat (limited to 'rcfile_y.y')
-rw-r--r--rcfile_y.y2
1 files changed, 0 insertions, 2 deletions
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 */