Skip to content

Commit

Permalink
ATRONIX: Add a comment to eliminate warning from clang
Browse files Browse the repository at this point in the history
(cherry picked from commit da36d68)
  • Loading branch information
Oldes committed Sep 21, 2018
1 parent 74622db commit 2894800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/m-gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ static void Mark_Series(REBSER *series, REBCNT depth);
case REB_CLOSURE:
case REB_REBCODE:
CHECK_MARK(VAL_FUNC_BODY(val), depth);
/* no break */
case REB_NATIVE:
case REB_ACTION:
case REB_OP:
Expand Down

0 comments on commit 2894800

Please sign in to comment.