Changeset 105352 in vbox for trunk/src/bldprogs
- Timestamp:
- Jul 16, 2024 11:21:19 AM (9 months ago)
- svn:sync-xref-src-repo-rev:
- 164005
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/VBoxCompilerPlugInsGcc.cpp
r103960 r105352 244 244 245 245 /** Attribute specifications. */ 246 static const struct attribute_spec g_ AttribSpecs[] =246 static const struct attribute_spec g_aAttribSpecs[] = 247 247 { 248 248 { … … 809 809 dprintf("RegisterAttributesEvent: pvEventData=%p\n", pvEventData); 810 810 811 register_attribute(&g_AttribSpecs[0]);812 register_attribute(&g_AttribSpecs[1]);811 for (unsigned i = 0; i < RT_ELEMENTS(g_aAttribSpecs); i++) 812 register_attribute(&g_aAttribSpecs[i]); 813 813 } 814 814
Note:
See TracChangeset
for help on using the changeset viewer.