mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 20:19:56 +02:00
Meta: Suppress compiler warning
This commit is contained in:
@@ -342,7 +342,6 @@ U0 @slon_admin_new_announcement(SlonHttpSession* session)
|
||||
U0 @slon_admin_new_custom_emoji(SlonHttpSession* session)
|
||||
{
|
||||
SLON_SCRATCH_BUFFER_AND_REQUEST_JSON
|
||||
no_warn scratch_buffer;
|
||||
|
||||
SlonMultipartFile* file = request_json->@("image-file");
|
||||
if (!file || !file->buffer || !file->size || !file->content_type) {
|
||||
|
||||
Reference in New Issue
Block a user