From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Buck To: jinbo21@soback.kornet.nm.kr Cc: egcs@cygnus.com Subject: Re: warning: return type of main is not int Date: Fri, 16 Jan 1998 19:49:00 -0000 Message-id: <199801170101.RAA13131@atrus.synopsys.com> References: X-SW-Source: 1998-01/msg00535.html > I often met this warning after installing egcs on rh 5.0. > Is this harmless? The C++ language standard says that main returns int. The compiler is warning you that what you are typing is not legal C++. > void main(int argc, char *argv[])