Actions
Bug #8714
closedsgs: '__*_msg' defined but not used
Start date:
2017-10-13
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
Debug mode build errors with gcc 6:
XXX_msg.c generation should annotate with unused attribute syminfo_msg.c:115:19: error: '__syminfo_msg' defined but not used [-Werror=unuse d-const-variable=] static const char __syminfo_msg[3771] = { ^~~~~~~~~~~~~ cc1: all warnings being treated as errors
Actions