bug#7200: [PATCH] mbsalign: avoid warning with Solaris 10 cc

2011-04-17 Thread Jim Meyering
Jim Meyering wrote: > Paul Eggert wrote: >> For the Oct. 10 snapshot Solaris 10 cc issues this warning: >> >> "mbsalign.c", line 135: warning: initializer does not fit or is out of >> range: -1 >> >> This is just a warning and doesn't break anything, but it's trivial to fix: > > This too looks saf

bug#7200: [PATCH] mbsalign: avoid warning with Solaris 10 cc

2010-10-12 Thread Jim Meyering
Paul Eggert wrote: > For the Oct. 10 snapshot Solaris 10 cc issues this warning: > > "mbsalign.c", line 135: warning: initializer does not fit or is out of range: > -1 > > This is just a warning and doesn't break anything, but it's trivial to fix: This too looks safe enough. Feel free to push tha

bug#7200: [PATCH] mbsalign: avoid warning with Solaris 10 cc

2010-10-12 Thread Paul Eggert
For the Oct. 10 snapshot Solaris 10 cc issues this warning: "mbsalign.c", line 135: warning: initializer does not fit or is out of range: -1 This is just a warning and doesn't break anything, but it's trivial to fix: >From 879d26601a7423e847fbc566ff7cea83ec7ed4e9 Mon Sep 17 00:00:00 2001 From: