mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-03 20:00:26 +00:00
FS-7294: Enable -Werror when building with clang compiler
This commit is contained in:
parent
302a339fdf
commit
85a5e1db1d
@ -1205,7 +1205,7 @@ struct color_map_el color_map[] = {
|
|||||||
|
|
||||||
static const char* match_color(const char *s) {
|
static const char* match_color(const char *s) {
|
||||||
struct color_map_el *map = color_map;
|
struct color_map_el *map = color_map;
|
||||||
while (map->name) {
|
while (*map->name) {
|
||||||
if (!(strcasecmp(s, map->name))) {
|
if (!(strcasecmp(s, map->name))) {
|
||||||
return map->seq;
|
return map->seq;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user