mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 00:41:41 +00:00
Eliminate a warning with some compilers
This commit is contained in:
parent
fe4b003759
commit
17a523ec33
@ -871,8 +871,6 @@ static const nsf_data_t *find_vendor(const uint8_t *msg, int len)
|
|||||||
const nsf_data_t *p;
|
const nsf_data_t *p;
|
||||||
int real_country_code;
|
int real_country_code;
|
||||||
|
|
||||||
if (msg[0] < 0 || msg[0] > 0xFF)
|
|
||||||
return NULL;
|
|
||||||
if (msg[0] == 0xFF)
|
if (msg[0] == 0xFF)
|
||||||
{
|
{
|
||||||
/* The extension code gives us the country. */
|
/* The extension code gives us the country. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user