mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-04 06:45:12 -04:00
(mergefps) [lint]: Initialize SAVEALLOC to avoid spurious
compiler warning. From Ulrich Drepper.
This commit is contained in:
@@ -1047,6 +1047,10 @@ mergefps (fps, nfps, ofp)
|
||||
output. */
|
||||
register int i, j, t;
|
||||
|
||||
#ifdef lint /* Suppress `used before initialized' warning. */
|
||||
savealloc = 0;
|
||||
#endif
|
||||
|
||||
/* Allocate space for a saved line if necessary. */
|
||||
if (unique)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user