View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008637 | ardour | other | public | 2021-03-24 12:35 | 2021-05-23 12:35 |
Reporter | tartina | Assigned To | x42 | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | GNU/Linux x86_64 | OS | Fedora | OS Version | 35 (rawhide) |
Product Version | 6.6 | ||||
Summary | 0008637: Double definition of struct ColumnInfo | ||||
Description | This warning was reporteby the linker: ../gtk2_ardour/editor_route_groups.cc:65:8: warning: type ‘struct ColumnInfo’ violates the C++ One Definition Rule [-Wodr] 65 | struct ColumnInfo { | ^ ../gtk2_ardour/editor_regions.cc:75: note: a different type is defined in another translation unit 75 | struct ColumnInfo { | ../gtk2_ardour/editor_route_groups.cc:67:21: note: the first difference of corresponding definitions is field ‘label’ 67 | const char* label; | ^ ../gtk2_ardour/editor_regions.cc:77: note: a field with different name is defined in another translation unit 77 | int sort_idx; | | ||||
Steps To Reproduce | Compile ardour | ||||
Additional Information | Just a warning but aone of the definition seems clearly wrong, don't know which one | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2021-03-24 12:35 | tartina | New Issue | |
2021-03-28 02:31 | x42 | Assigned To | => x42 |
2021-03-28 02:31 | x42 | Status | new => resolved |
2021-03-28 02:31 | x42 | Resolution | open => fixed |
2021-03-28 02:31 | x42 | Note Added: 0025651 | |
2021-05-23 12:35 | anonymous | Note Added: 0025884 | |
2021-05-23 12:35 | anonymous | Status | resolved => closed |