pbc icon indicating copy to clipboard operation
pbc copied to clipboard

autotools: warning: deprecated directive: ‘%error-verbose’, use ‘%define parse.error verbose’

Open ilka-schulz opened this issue 4 years ago • 0 comments

alocal warns:

pbc/parser.y:20.1-14: warning: deprecated directive: ‘%error-verbose’, use ‘%define parse.error verbose’ [-Wdeprecated]
   20 | %error-verbose
      | ^~~~~~~~~~~~~~
      | %define parse.error verbose
pbc/parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]

ilka-schulz avatar Dec 21 '21 15:12 ilka-schulz