Graham Hanson

Results 1 issues of Graham Hanson

Sign/Unsigned comparison warning on line 791 `for (int n = 0; n < _initData->additionalCommandsLength; n++) {` `RDMINIT.additionalCommandsLength` is declared as `uint16_t` Simple fix is to replace `int n` by `uint16_t...