Slon/Http/AdminServer: Suppress warning
This commit is contained in:
parent
65332a0938
commit
2fa9fbd350
1 changed files with 2 additions and 0 deletions
|
@ -230,6 +230,8 @@ U0 @slon_admin_settings_instance_get(SlonHttpSession* session, U8* buf)
|
||||||
U0 @slon_admin_delete_account(SlonHttpSession* session)
|
U0 @slon_admin_delete_account(SlonHttpSession* session)
|
||||||
{
|
{
|
||||||
SLON_SCRATCH_BUFFER_AND_REQUEST_JSON
|
SLON_SCRATCH_BUFFER_AND_REQUEST_JSON
|
||||||
|
no_warn scratch_buffer;
|
||||||
|
|
||||||
if (!request_json->@("id"))
|
if (!request_json->@("id"))
|
||||||
return;
|
return;
|
||||||
I64 i;
|
I64 i;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue