deal with gcc's -Werror=switch

This commit is contained in:
Enno Rehling 2020-08-12 16:49:11 +02:00
parent aa28ad323a
commit 734614ab6f
1 changed files with 2 additions and 0 deletions

View File

@ -1878,6 +1878,8 @@ bool translate_order(order *ord, const struct locale *from_lang, const struct lo
case K_URSPRUNG:
/* we can keep these, they do not use translated strings */
return true;
default:
return false;
}
return false;