mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +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:
@@ -386,7 +386,7 @@ static void dump_ies(unsigned char *iedata, int spaces, int len)
|
||||
int x;
|
||||
int found;
|
||||
char interp[1024];
|
||||
char tmp[1024];
|
||||
char tmp[1051];
|
||||
if (len < 2)
|
||||
return;
|
||||
while(len >= 2) {
|
||||
|
Reference in New Issue
Block a user