This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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]

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]