Meta: Suppress compiler warnings
This commit is contained in:
parent
401035a0d1
commit
a4a959d875
2 changed files with 1 additions and 3 deletions
|
@ -25,7 +25,6 @@ U0 @slon_api_v1_announcements_delete(SlonHttpSession* session)
|
|||
|
||||
if (!StrICmp("reactions", verb)) {
|
||||
JsonArray* emoji_array = announcement->o("reactions")->a(emoji);
|
||||
Bool save_announcements = FALSE;
|
||||
if (emoji_array && emoji_array->contains(account_id)) {
|
||||
for (i = 0; i < emoji_array->length; i++) {
|
||||
if (!StrICmp(account_id, emoji_array->@(i))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue