Am Montag, 9. April 2007 schrieb Dennis Schridde:
> There are quite a few bison warnings...
Probably it is better when we also know the command that caused them:

bison -y  -d -oresource_parser.tab.h resource_parser.y
resource_parser.y: warning: conflicting outputs to file `resource_parser.tab.h'

bison -y  -d -ostrres_parser.tab.h strres_parser.y
strres_parser.y: warning: conflicting outputs to file `strres_parser.tab.h'

bison -y  -d -oscript_parser.tab.h script_parser.y
conflicts: 284 shift/reduce, 11 reduce/reduce
script_parser.y: warning: conflicting outputs to file `script_parser.tab.h'

bison -y  -d -ochat_parser.tab.h chat_parser.y
chat_parser.y:234.8-11: warning: symbol _T_A redeclared
conflicts: 69 shift/reduce, 36 reduce/reduce
chat_parser.y: warning: conflicting outputs to file `chat_parser.tab.h'

bison -y  -d -oscript_parser.tab.c script_parser.y
conflicts: 284 shift/reduce, 11 reduce/reduce

bison -y  -d -ochat_parser.tab.c chat_parser.y
chat_parser.y:234.8-11: warning: symbol _T_A redeclared
conflicts: 69 shift/reduce, 36 reduce/reduce

bison -y  -d -oaudp_parser.tab.h audp_parser.y
conflicts: 7 shift/reduce, 2 reduce/reduce
audp_parser.y:117.60: warning: rule never reduced because of conflicts: 
anim_file_list: /* empty */
audp_parser.y: warning: conflicting outputs to file `audp_parser.tab.h'

bison -y  -d -oaudp_parser.tab.c audp_parser.y
conflicts: 7 shift/reduce, 2 reduce/reduce
audp_parser.y:117.60: warning: rule never reduced because of conflicts: 
anim_file_list: /* empty */

bison -y  -d -oscriptvals_parser.tab.h scriptvals_parser.y
conflicts: 4 shift/reduce
scriptvals_parser.y: warning: conflicting outputs to file 
`scriptvals_parser.tab.h'

bison -y  -d -oscriptvals_parser.tab.c scriptvals_parser.y
conflicts: 4 shift/reduce

Attachment: pgpxgUBGLDaGa.pgp
Description: PGP signature

_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to