提交 85a5e1db authored 作者: Michael Jerris's avatar Michael Jerris

FS-7294: Enable -Werror when building with clang compiler

上级 302a339f
...@@ -1205,7 +1205,7 @@ struct color_map_el color_map[] = { ...@@ -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;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论