forked from github/server
deal with gcc's -Werror=switch
This commit is contained in:
parent
aa28ad323a
commit
734614ab6f
|
@ -1878,6 +1878,8 @@ bool translate_order(order *ord, const struct locale *from_lang, const struct lo
|
||||||
case K_URSPRUNG:
|
case K_URSPRUNG:
|
||||||
/* we can keep these, they do not use translated strings */
|
/* we can keep these, they do not use translated strings */
|
||||||
return true;
|
return true;
|
||||||
|
default:
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue