Results 1 to 1 of 1
Hi All,
I am using gcc-4.1 in Suse 11.0.
I wrote a sample program(sample.c) as below
#pragma interface
int main()
{
return 0;
}
I compiled the program as follows
...
- 01-08-2009 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 9
GCC waring : ignoring #pragma interface
Hi All,
I am using gcc-4.1 in Suse 11.0.
I wrote a sample program(sample.c) as below
#pragma interface
int main()
{
return 0;
}
I compiled the program as follows
gcc -Wall sample.c
I got a warning ignoring #pragma interface
I am not understanding the reason for the above. Can any one please help me out to get rid of the warning.
Thanks & Regards
Vikram


Reply With Quote