OpenRGB/scsiapi
Bernhard M. Wiedemann 679e69be89 Ensure functions return a value
otherwise, gcc errored out
because non-void functions are supposed to return a value.

Alternatively, we could change the declaration to `void`.
2023-10-19 06:03:05 +02:00
..
scsiapi.h Initial commit for scsiapi and Seagate FireCuda Gaming External HDD controller 2023-07-30 06:12:21 +00:00
scsiapi_linux.c Ensure functions return a value 2023-10-19 06:03:05 +02:00
scsiapi_macos.c Ensure functions return a value 2023-10-19 06:03:05 +02:00
scsiapi_windows.c Ensure functions return a value 2023-10-19 06:03:05 +02:00