Eliminate 'non-null arg compared to null' warning in toggleref_add (GCC)
authorIvan Maidanski <ivmai@mail.ru>
Wed, 27 Sep 2017 08:22:18 +0000 (11:22 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 27 Sep 2017 08:22:18 +0000 (11:22 +0300)
commit34424c28aed0330a2f841906539e3a259c493c9f
tree9282eaa783bb947272203e97e3a450b91daceb6e
parent4c36a51c9112c36c6ccf2d4d43e41ddb093d183a
Eliminate 'non-null arg compared to null' warning in toggleref_add (GCC)
(fix commit 86991cb)

* finalize.c [!GC_TOGGLE_REFS_NOT_NEEDED] (GC_toggleref_add): Use
NONNULL_ARG_NOT_NULL to check pointer argument marked as non-null (in
the function declaration) is actually non-null.
finalize.c