mirror of
https://github.com/samba-team/samba.git
synced 2025-01-18 06:04:06 +03:00
32cd94b1e4
‘api.prefix’ and ‘parse.error’ have both been supported since Bison 3.0. /data/samba/source3/rpc_server/mdssvc/es_parser.y:98.1-21: warning: deprecated directive: ‘%name-prefix "mdsyyl"’, use ‘%define api.prefix {mdsyyl}’ [-Wdeprecated] 98 | %name-prefix "mdsyyl" | ^~~~~~~~~~~~~~~~~~~~~ | %define api.prefix {mdsyyl} /data/samba/source3/rpc_server/mdssvc/es_parser.y:100.1-14: warning: deprecated directive: ‘%error-verbose’, use ‘%define parse.error verbose’ [-Wdeprecated] 100 | %error-verbose | ^~~~~~~~~~~~~~ | %define parse.error verbose /data/samba/source3/rpc_server/mdssvc/es_parser.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] Signed-off-by: Jo Sutton <josutton@catalyst.net.nz> Reviewed-by: Martin Schwenke <martin@meltin.net>
Introduction: ============= This directory contains source code for the metadata search service aka Spotlight. Bison and flex: =============== Not yet integrated into the waf buildsystem, run these by hand: $ bison -d -o sparql_parser.c sparql_parser.y $ flex -o sparql_lexer.c sparql_lexer.l or use the bundled Makefile.