egg/egg-asn1x.c:2222:31: warning: ordered comparison of pointer with integer zero [-Wextra] *value = timegm (when); g_return_val_if_fail (*time >= 0, FALSE); Maybe *value = timegm (when); g_return_val_if_fail (*value >= 0, FALSE);
Is this the wrong bugzilla? This file doesn't exist in p11-kit.
I found this code in gnome-keyring and gcr projects. Made the appropriate changes there. Thanks.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.