From: Eric S. Raymond Date: Sat, 11 Mar 2023 15:29:38 +0000 (-0500) Subject: Add C coverage exclsion required by unbreaking the property setter. X-Git-Tag: 1.15~66 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=ba3248224eb2b6a1e5098c788bd2029444d5140a Add C coverage exclsion required by unbreaking the property setter. --- diff --git a/saveresume.c b/saveresume.c index d668543..05e12b7 100644 --- a/saveresume.c +++ b/saveresume.c @@ -230,7 +230,7 @@ bool is_valid(struct game_t valgame) case VASE: case CHAIN: if (valgame.prop[obj] == 2) // There are multiple different states, but it's convenient to clump them together - continue; + continue; // LCOV_EXCL_LINE /* FALLTHRU */ case BEAR: if (valgame.prop[BEAR] == CONTENTED_BEAR || valgame.prop[BEAR] == BEAR_DEAD)