Ubuntu Bionic, suspicious compiler warning
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
Low
|
Unassigned |
Bug Description
I have noticed recently this suspicous compiler warning:
2021-01-
2021-01-
2021-01-
2021-01-
2021-01-
I have tried to dig it down but gdb reports that preciseStreamInfo is not an lvalue, which is even more suspicious.
The address +16 points to OptionalSampleL
I think using a optional here is wrong from the business logic anyway, because we can only use the described buffer if we know the sample layout.
I think I will provide a patch that fixes both in one run.
Changed in mixxx: | |
assignee: | nobody → Uwe Klotz (uklotzde) |
milestone: | none → 2.3.0 |
status: | New → In Progress |
importance: | Undecided → Critical |
Changed in mixxx: | |
status: | In Progress → Fix Committed |
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
Since the sample layout property causes confusion because the scope is unclear and it is still unused we should remove it.