[patch] interface.c: -Wall warning

Cristian Ionescu-Idbohrn cristian.ionescu-idbohrn at axis.com
Sat May 17 07:15:25 UTC 2008


On Sat, 17 May 2008, Bernhard Fischer wrote:

> On Sat, May 17, 2008 at 01:10:48AM +0200, Cristian Ionescu-Idbohrn wrote:
> >Please review.
>
> Say, what compiler do you use

# gcc --version
gcc (GCC) 4.2.4 20080512 (prerelease) (Debian 4.2.3-6)

> and how exactly do you invoke make?

# make CFLAGS="-Wall"

> I'm pretty sure that this compiled without a warning with the default
> flags for 4.1.1-21(debian) and gcc-trunk from 3 days ago.

But there's nothing strange about this warning.  Types are not the same:

  unsigned char *ptr;
  char sa_data[14];


Cheers,

-- 
Cristian



More information about the busybox mailing list