Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 22:50:55 -0400
From:      Yoshihiro Ota <ota@j.email.ne.jp>
To:        freebsd-current@freebsd.org
Subject:   Jail compile error on CURRENT?
Message-ID:  <20230806225055.bbccc4fc13e41f50ec524621@j.email.ne.jp>

next in thread | raw e-mail | index | archive | help
Hi,

Am I the only one seeing this error?
I'm on 12.4-RELEASE amd64 and building CURRENT as of now.

jaillex.c:2228:43: error: unused parameter 'yyscanner' [-Werror,-Wunused-parameter]
void *yyalloc (yy_size_t  size , yyscan_t yyscanner)
                                          ^
jaillex.c:2233:58: error: unused parameter 'yyscanner' [-Werror,-Wunused-parameter]
void *yyrealloc  (void * ptr, yy_size_t  size , yyscan_t yyscanner)
                                                         ^
jaillex.c:2245:36: error: unused parameter 'yyscanner' [-Werror,-Wunused-parameter]
void yyfree (void * ptr , yyscan_t yyscanner)
                                   ^
6 errors generated.
*** [jaillex.o] Error code 1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20230806225055.bbccc4fc13e41f50ec524621>