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/19443] build failures with -DDEBUG


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

--- Comment #3 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  f2b3078e6a20211233d4971653838e06d048296a (commit)
      from  ad37480c4b79b801b987f5529d036b4e25cac615 (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=f2b3078e6a20211233d4971653838e06d048296a

commit f2b3078e6a20211233d4971653838e06d048296a
Author: Martin Sebor <msebor@redhat.com>
Date:   Fri Jan 15 11:07:41 2016 -0700

    Fix build failures with -DDEBUG.

            [BZ #19443]
            * crypt/crypt_util.c [DEBUG] (_ufc_prbits): Correct format string.
            [DEBUG] (_ufc_set_bits): Declare used.
            * iconv/gconv_dl.c [DEBUG]: Add a missing include directive.
            [DEBUG] (print_all): Declare used.
            * resolv/res_send.c [DEBUG] (__libc_res_nsend): Explicitly convert
            operands of the ternary ?: expression to target type.
            * stdlib/rshift.c [DEBUG] (mpn_rshift): Use assert() instead of
            calling the undeclared abort.
            * time/mktime.c [DEBUG] (DEBUG): Rename to DEBUG_MKTIME.

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

Summary of changes:
 ChangeLog          |   13 +++++++++++++
 crypt/crypt_util.c |    4 ++--
 iconv/gconv_dl.c   |    5 ++++-
 resolv/res_send.c  |    4 ++--
 stdlib/rshift.c    |    7 +++----
 time/mktime.c      |   12 ++++++------
 6 files changed, 30 insertions(+), 15 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]