This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Recent change to nscd/connections.c broke mips-mti-linux-gnu build?


Sorry, sent to the wrong list.

Doug
________________________________________
From: Doug Gilmore
Sent: Thursday, November 27, 2014 12:58 AM
To: libc-ports@sourceware.org
Cc: joseph@codesourcery.com
Subject: Recent change to nscd/connections.c broke mips-mti-linux-gnu build?

Our nightly build for mips-mti-linux-gnu target toolchain died in the
build of glibc:

connections.c:1467:4: error: implicit declaration of function 'ignore_value' [-Werror=implicit-function-declaration]
    ignore_value (setuid (server_uid));

This appears to be related to the following commit:

commit 8915eacef88eb25ac94e6bb37b473adb326e9d1b
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Nov 26 20:54:16 2014 +0000

    Avoid warnings for unused results in nscd/connections.c.

Is anyone else seeing this?

Doug


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]