Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Sep 1998 19:52:48 -0700
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        jack <jack@germanium.xtalwind.net>
Cc:        Greg Lehey <grog@lemis.com>, freebsd-chat@FreeBSD.ORG
Subject:   Re: Where can I find C 
Message-ID:  <2299.905136768@time.cdrom.com>
In-Reply-To: Your message of "Sun, 06 Sep 1998 20:59:16 EDT." <Pine.BSF.4.02A.9809062048330.3596-100000@germanium.xtalwind.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
> germanium:jack {119} cc -v
> gcc version 2.7.2.1
> 
> No warning, no errors, no core dumps.

Only because you didn't ask for any. :-)

jkh@time-> cc -Wall hello.c -o hello
hello.c:1: warning: return-type defaults to `int'
hello.c: In function `main':
hello.c:1: warning: implicit declaration of function `printf'
hello.c:1: warning: control reaches end of non-void function

- Jordan

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-chat" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2299.905136768>