mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 05:40:27 +00:00
Silenced some compiler warnings
This commit is contained in:
@@ -119,8 +119,6 @@ const char *response_status_to_text(int status)
|
||||
|
||||
struct message *check_message(struct module *mod)
|
||||
{
|
||||
struct message *ret;
|
||||
|
||||
lock_guard guard(mod->lock);
|
||||
|
||||
if(simple_linked_list_size(mod->msg_queue) > 0) {
|
||||
|
||||
Reference in New Issue
Block a user