]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Fix -Waddress warnings in nptl/tst-mutex1.c.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 2 Dec 2014 22:33:57 +0000 (22:33 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 2 Dec 2014 22:33:57 +0000 (22:33 +0000)
commit4e0b901601038c863b97e68b18ae50a82e10a157
tree09fb81d7961a889873ca4e76b07c20eddffd13ae
parentb1aff6a41120c1d9cedc1ecedeafc79f161ce982
Fix -Waddress warnings in nptl/tst-mutex1.c.

This patch fixes -Waddress warnings in nptl/tst-mutex1.c from
comparing the address of an object with NULL (ATTR may either be NULL,
or the address of an object when included from other tests, and the
warning arises in the latter case).  A macro ATTR_NULL is defined
alongside ATTR and used for the tests.

Tested for x86_64.

* nptl/tst-mutex1.c: Include <stdbool.h>.
[!ATTR] (ATTR_NULL): New macro.
(do_test): Test !ATTR_NULL instead of ATTR != NULL.
* nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
* nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
ChangeLog
nptl/tst-mutex1.c
nptl/tst-mutexpi1.c
nptl/tst-mutexpp1.c