On Thu, Mar 15, 2012 at 01:17:56AM -0400, Mike Frysinger wrote: > hppa hit this warning: > ipc.c: In function ‘sys_shmat’: > ipc.c:407:16: warning: unused variable ‘raddr’ > but looking at the code, we could add another ifdef around the variable > definition, but i'm not sure that really improves things all that much ...
There is no hppa specific in sys_shmat(). The code was wrong, it had to check for indirect_ipccall() instead, like other ipc decoders do. It does now. > it also hit another warning, but i posted a patch for that > > otherwise, hppa builds clean & passes make check > > sparc32 compiles cleanly and passes make check Thanks. -- ldv
pgpg6YW6tgS5R.pgp
Description: PGP signature
------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
