Package: g++-4.0
Version: 4.0.1-2
compiling with '-Wall' gives in some cases the warning 'control reaches end of
non-void function' for code of the following form
if (a)
return 10;
else
return 20;
at the end of a function. The 3.3er version of g++ does not give the warning.
At the end
On Wed, Mar 26, 2003 at 10:29:51AM -0500, Daniel Jacobowitz wrote:
> On Wed, Mar 26, 2003 at 01:31:28PM +0100, Diether Knof wrote:
> > Package: gcc-3.2
> > Version: 3.2.1-0pre3
> >
> > When I use gcc-3.2 with the -MM option for the dependencies, I also get
> >
Package: gcc-3.2
Version: 3.2.1-0pre3
When I use gcc-3.2 with the -MM option for the dependencies, I also get
dependencies of the gtk libraries, which I include from the system. I think,
gcc does not look at the include directories, included with '-I' ('gtk-config
--cflags' outputs '-I/usr/inc
3 matches
Mail list logo