Compilation (on Debian jessie) of acplex.c inside ar/ fails with the following message:
lex.yy.c:1329:17: error: ‘yyunput’ defined but not used [-Werror=unused-function] cc1: all warnings being treated as errors
Attached patch fixed it for me.
See also: https://sourceforge.net/p/elftoolchain/code/3104 https://svnweb.freebsd.org/base/head/usr.bin/ar/acplex.l?r1=250227&r2=250226
I applied the change to my branch here: https://github.com/emaste/elftoolchain/commit/b4999f7ced00fff356d05a9c1b2a3470fca28df5
Committed in [r3162]
Commit: [r3162]
Need to check again wrt r3104
Log in to post a comment.
See also:
https://sourceforge.net/p/elftoolchain/code/3104
https://svnweb.freebsd.org/base/head/usr.bin/ar/acplex.l?r1=250227&r2=250226
I applied the change to my branch here:
https://github.com/emaste/elftoolchain/commit/b4999f7ced00fff356d05a9c1b2a3470fca28df5
Committed in [r3162]
Related
Commit: [r3162]
Need to check again wrt r3104