MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

okay this error is one I've had before and lost the fix too also



I got a new one.. I was adding the ansi patch in..

so if anyone can tell me if this part is important or future/possible 
problems..

gcc -g -Wall -Wwrite-strings  -O -DMOO -c y.tab.c -o parser.o
y.tab.c: In function `yyparse':
y.tab.c:906: warning: suggest parentheses around assignment used as truth 
value
y.tab.c:954: warning: label `yyerrlab' defined but not used
y.tab.c:949: warning: label `yynewerror' defined but not used
y.tab.c: At top level:
y.tab.c:2: warning: `yysccsid' defined but not used


And what about this I was given the fix before but lost it . .cna someone 
post it again please..

gcc -g -Wall -Wwrite-strings  -O -DMOO -c net_mplex.c
In file included from my-sys-time.h:24,
                 from net_mp_selct.c:22,
                 from net_mplex.c:21:
/usr/include/sys/select.h:45: parse error before `pid_t'
/usr/include/sys/select.h:45: warning: no semicolon at end of struct or union
/usr/include/sys/select.h:47: parse error before `}'
*** Error code 1


thanks

egoff@vespucci.iquest.com




Home | Subject Index | Thread Index