Attention is currently required from: fixeria.
2 comments:
Commit Message:
Patch Set #1, Line 7: error
Is it really an error? Or a warning that becomes an error when building with `--disable-werror`?
Done
File src/rlcmac/tbf_ul_ass_fsm.c:
Patch Set #1, Line 121: default
For the record: I intentionally did not add the `default` branch, because I expected that a warning […]
In this case, I can understand the compilation warning because one can still possibly add whatever uint value you want to that variable.
So it's actually possible that it contains any other value and hence rlcmac_prim indeed ends up being uninitialized after the switch
This is really a fix.
To view, visit change 34532. To unsubscribe, or for help writing mail filters, visit settings.