mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-08 06:36:35 +01:00
Fix unused parameter and unused result warnings
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
void cmd_set_title(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE])
|
||||
{
|
||||
UNUSED_VAR(window);
|
||||
|
||||
Tox_Err_Conference_Title err;
|
||||
char title[MAX_STR_SIZE];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user