Actions
Bug #9179
closedgss_mechs/mech_krb5 this use of "defined" may not be portable
Start date:
2018-02-22
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Issue found by gcc 7 build:
../krb5/os/accessor.c:44:5: error: this use of "defined" may not be portable [-Werror=expansion-to-defined] #if DESIGNATED_INITIALIZERS ^~~~~~~~~~~~~~~~~~~~~~~ ../krb5/os/accessor.c:112:5: error: this use of "defined" may not be portable [-Werror=expansion-to-defined] #if DESIGNATED_INITIALIZERS ^~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors
We assume we have designated initializers.
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 5fb574e854f31be9e2869532e3b126fa424ee4d9
commit 5fb574e854f31be9e2869532e3b126fa424ee4d9 Author: Toomas Soome <tsoome@me.com> Date: 2018-03-10T22:50:41.000Z 9179 gss_mechs/mech_krb5 this use of "defined" may not be portable Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
Actions