mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-05-26 15:26:12 +00:00
lint fix
This commit is contained in:
@@ -182,7 +182,7 @@ int rawsink_server_put(
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int rawsink_client_get(
|
int rawsink_client_get( // cppcheck-suppress unusedFunction
|
||||||
rawsink_s *rawsink,
|
rawsink_s *rawsink,
|
||||||
char *data, size_t *size,
|
char *data, size_t *size,
|
||||||
unsigned *format, unsigned *width, unsigned *height,
|
unsigned *format, unsigned *width, unsigned *height,
|
||||||
|
|||||||
Reference in New Issue
Block a user