I use gcc (Ubuntu 4.4.1-4ubuntu9) to compile the program I am writing, but it seems to vomit whenever it sees // a comment in my code, saying:
interface.c :
Does gcc compile mode use I deny // comments?
$ gcc -g -ansi -pedantic interface.c structs.h -c -I. -I/home/me/project/h
Why?
c
rlb.usa Feb 08 '10 at 17:33 2010-02-08 17:33
source share