From df57f4270959d6679422896ca6f579d048777d81 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 21 Nov 2009 17:52:54 +0100 Subject: c-stack: avoid "ignoring return value of `write'" warning * lib/c-stack.c: Include "ignore-value.h". (die): Explicitly ignore each write return value. * modules/c-stack (Depends-on): Add ignore-value. --- modules/c-stack | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/c-stack') diff --git a/modules/c-stack b/modules/c-stack index 22dd18c1af..83de3f8bad 100644 --- a/modules/c-stack +++ b/modules/c-stack @@ -10,6 +10,7 @@ Depends-on: gettext-h errno exitfail +ignore-value unistd raise sigaction -- cgit v1.2.1