2 comments:
File util/ich_descriptors_tool/ich_descriptors_tool.c:
Patch Set #2, Line 155: struct ich_descriptors desc = { 0 };
It looks like gcc and clang support a feature (possibly an extension to the language) where you use […]
Ron suggested using static which works well.
File util/ich_descriptors_tool/ich_descriptors_tool.c:
Patch Set #6, Line 155: struct ich_descriptors desc = { };
if it needs to be zero, and it is an auto, just put an explicit memset. […]
Thanks! static worked well.
To view, visit change 36946. To unsubscribe, or for help writing mail filters, visit settings.