This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
RE: Recent change to nscd/connections.c broke mips-mti-linux-gnu build?
- From: Doug Gilmore <Doug dot Gilmore at imgtec dot com>
- To: "libc-alpha at sourceware dot org" <libc-alpha at sourceware dot org>
- Cc: "joseph at codesourcery dot com" <joseph at codesourcery dot com>
- Date: Thu, 27 Nov 2014 09:04:09 +0000
- Subject: RE: Recent change to nscd/connections.c broke mips-mti-linux-gnu build?
- Authentication-results: sourceware.org; auth=none
- References: <F007E4D1AE275F468C186A52E051529C6EB4CECA at BADAG02 dot ba dot imgtec dot org>
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