Skip to content

Commit

Permalink
Fix compile error at GCC-10
Browse files Browse the repository at this point in the history
  • Loading branch information
HungMingWu committed Jun 3, 2021
1 parent d526672 commit 8c76fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/3rdparty/libsrtp-2-fit/crypto/math/datatypes.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ int octet_get_weight(uint8_t octet)

/* the value MAX_PRINT_STRING_LEN is defined in datatypes.h */

char bit_string[MAX_PRINT_STRING_LEN];
static char bit_string[MAX_PRINT_STRING_LEN];

uint8_t srtp_nibble_to_hex_char(uint8_t nibble)
{
Expand Down

0 comments on commit 8c76fbd

Please sign in to comment.