Re: Why is it dangerous?
- From: Ian Collins <ian-news@xxxxxxxxxxx>
- Date: Sun, 10 Aug 2008 13:03:16 +1200
Julian wrote:
As Richard said, the opposite is true unless you invoke gcc with the
Please advise my instructor says gcc is overly pedantic.
correct options. That's why it has a -pedantic option!
As a learner using gcc, you should use
gcc -ansi -Wall -pedantic
as a minimum set of options. Substitute '-std=c99' for '-ansi' if you
are learning C99.
--
Ian Collins.
.
- Follow-Ups:
- Re: Why is it dangerous?
- From: CBFalconer
- Re: Why is it dangerous?
- References:
- Why is it dangerous?
- From: Julian
- Why is it dangerous?
- Prev by Date: Re: Why is it dangerous?
- Next by Date: Re: Why is it dangerous?
- Previous by thread: Re: Why is it dangerous?
- Next by thread: Re: Why is it dangerous?
- Index(es):
Relevant Pages
|