mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix GCC 8 build issues.
This fixes build warnings found by GCC 8. In some cases format truncation is intentional so the warning is just suppressed. ASTERISK-27824 #close Change-Id: I724f146cbddba8b86619d4c4a9931ee877995c84
This commit is contained in:
@@ -6235,7 +6235,7 @@ struct store_hint {
|
||||
char *last_presence_message;
|
||||
|
||||
AST_LIST_ENTRY(store_hint) list;
|
||||
char data[1];
|
||||
char data[0];
|
||||
};
|
||||
|
||||
AST_LIST_HEAD_NOLOCK(store_hints, store_hint);
|
||||
|
Reference in New Issue
Block a user