Explicitly disable the -Wformat-zero-length diagnostic when running
ctime tests, since one of the test cases passes zero-length format
string to strftime(). When strftime() is appropriately decorated
with attribute(format, ...), this caused the test to fail because
of this warning (e.g. on NetBSD).
Details
Details
Diff Detail
Diff Detail