This is the mail archive of the glibc-bugs@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]

[Bug build/18755] build errors with -DNDEBUG


https://sourceware.org/bugzilla/show_bug.cgi?id=18755

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  ad37480c4b79b801b987f5529d036b4e25cac615 (commit)
      from  09245377dac2c013155500ac0b3b05850813e3f8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ad37480c4b79b801b987f5529d036b4e25cac615

commit ad37480c4b79b801b987f5529d036b4e25cac615
Author: Martin Sebor <msebor@redhat.com>
Date:   Fri Jan 15 10:44:07 2016 -0700

    Fix build errors with -DNDEBUG.

            [BZ #18755]
            * iconv/skeleton.c (FUNCTION_NAME): Suppress
-Wunused-but-set-variable
            warnings.
            * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread): Same.
            (__gai_create_helper_thread): Same.
            * nscd/nscd.c (do_exit): Suppress -Wunused-variable.
            * iconvdata/iso-2022-cn-ext.c (BODY): Initialize local variable
            to suppress -Wmaybe-uninitialized warnings.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                   |   11 +++++++++++
 iconv/skeleton.c            |    2 +-
 iconvdata/iso-2022-cn-ext.c |    2 +-
 nscd/nscd.c                 |    6 ++++--
 sysdeps/nptl/gai_misc.h     |    6 ++++--
 5 files changed, 21 insertions(+), 6 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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