Re: Why is there this warning?

2018-08-18 Thread Akim Demaille
Hi! > Le 2 sept. 2016 à 18:42, Balaco Baco a écrit : > > Take the file [file.y], compile it to generate tab.[ch] files and the compile > it (without linking) with gcc. It gives a warning in this step. Can fix this > warning? > > Commands used and their output: > > > $ bison -vd file.y >

Why is there this warning?

2016-09-02 Thread Balaco Baco
Take the file [file.y], compile it to generate tab.[ch] files and the compile it (without linking) with gcc. It gives a warning in this step. Can fix this warning? Commands used and their output: $ bison -vd file.y $ gcc -Wall -c file.tab.c file.tab.c:1349: warning: implicit declaration o

Why is there this warning?

2016-09-02 Thread Balaco Baco
Take the file [file.y], compile it to generate tab.[ch] files and the compile it (without linking) with gcc. It gives a warning in this step. Can fix this warning? Commands used and their output: $ bison -vd file.y $ gcc -Wall -c file.tab.c file.tab.c:1349: warning: implicit declaration o