]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Don't warn about unused result of mktemp
authorAndreas Jaeger <aj@suse.de>
Thu, 5 Apr 2012 08:44:08 +0000 (10:44 +0200)
committerAndreas Jaeger <aj@suse.de>
Thu, 5 Apr 2012 08:44:08 +0000 (10:44 +0200)
commit349fa79f5527f78d60c78eb1fbb2dfb56846018c
tree797be30e83cc4da7eeeb3abbeb387df58831264b
parent6745ccf5a4b03a6565e7cc5b7e00e00a56cd440b
Don't warn about unused result of mktemp

    [BZ #13908]
    mktemp always returns TEMPLATE, the caller should check TEMPLATE[0]
    instead of TEMPLATE, so do not warn about the unused result.
    Fix also the comment for mktemp
ChangeLog
NEWS
stdlib/stdlib.h