mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
FS-7294: Enable -Werror when building with clang compiler
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user