From: Paul Eggert Date: Fri, 23 Sep 2005 21:49:59 +0000 (+0000) Subject: Use 2, not 1, for bitfield size in verify.h. X-Git-Tag: v5.90~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebca458e8efa27c055adc7536935c20b3426ce62;p=thirdparty%2Fcoreutils.git Use 2, not 1, for bitfield size in verify.h. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index c0cfd2edab..f6f6ddb2b5 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -8,6 +8,8 @@ Instead, declare a function that returns a pointer to an array, and use verify_type__ to declare the size of the array. Problem and germ of a solution reported by Bruno Haible. + (verify_type__): Use 2, not 1, for bitfield size, to avoid + a warning with Irix 6.5 cc. Problem reported by Bruno Haible. 2005-09-23 Jim Meyering