mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 12:09:55 +02:00
Slon/Http/AdminServer: Suppress warning
This commit is contained in:
@@ -230,6 +230,8 @@ U0 @slon_admin_settings_instance_get(SlonHttpSession* session, U8* buf)
|
||||
U0 @slon_admin_delete_account(SlonHttpSession* session)
|
||||
{
|
||||
SLON_SCRATCH_BUFFER_AND_REQUEST_JSON
|
||||
no_warn scratch_buffer;
|
||||
|
||||
if (!request_json->@("id"))
|
||||
return;
|
||||
I64 i;
|
||||
|
||||
Reference in New Issue
Block a user