libcheck / check

A unit testing framework for C
GNU Lesser General Public License v2.1
1.07k stars 209 forks source link

Resolve all build warnings with too many arguments to _ck_assert_failed #320

Closed hvarga closed 3 years ago

brarcher commented 3 years ago

Adding the extra NULLs at the end was a trade-off to keep compatibility with the deprecated fail*() APIs after a printf-style check was added to all the APIs. See https://github.com/libcheck/check/pull/298 for details.

hvarga commented 3 years ago

Ah, I see. Thanks for the clarification. Based on this input, I am closing this one down since it is not needed.