Actions
Bug #8774
closedkadmin/dbutil: variable 'crflags' set but not used
Start date:
2017-11-06
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
Debug build error with gcc 6:
dump.c:2577:17: error: variable 'crflags' set but not used [-Werror=unused-but-set-variable] krb5_int32 crflags; ^~~~~~~ cc1: all warnings being treated as errors
Updated by Electric Monk almost 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit f362c74cdda7b4819bb5d3360149ac0fae9ea013
commit f362c74cdda7b4819bb5d3360149ac0fae9ea013 Author: Toomas Soome <tsoome@me.com> Date: 2017-12-03T20:49:23.000Z 8774 kadmin/dbutil: variable 'crflags' set but not used Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Gordon Ross <gwr@nexenta.com>
Actions