Skip to content

Ensure functions return a value

Bernhard M. Wiedemann requested to merge bmwiedemann/OpenRGB:scsi_write into master

Ensure that the scsi_write function returns a value otherwise, gcc errored out because non-void functions are supposed to return a value.

Alternatively, we could change the declaration to void.

Merge request reports