Skip to content

Commit

Permalink
fix: remove nvc warning for unreachable break
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Apr 1, 2024
1 parent 95473fa commit 48ddd06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/H5trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -2411,7 +2411,6 @@ H5_trace_args(H5RS_str_t *rs, const char *type, va_list ap)
H5RS_acat(rs, "Reference Region");
goto error;
} /* end block */
break;

case 'o': /* hobj_ref_t */
{
Expand All @@ -2427,7 +2426,6 @@ H5_trace_args(H5RS_str_t *rs, const char *type, va_list ap)
H5RS_acat(rs, "Reference Opaque");
goto error;
} /* end block */
break;

case 't': /* H5R_type_t */
{
Expand Down

0 comments on commit 48ddd06

Please sign in to comment.