Skip to content

Commit

Permalink
silence warning of unused label
Browse files Browse the repository at this point in the history
  • Loading branch information
wkliao committed Mar 16, 2024
1 parent 1f03432 commit 44e96c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/drivers/ncmpio/ncmpio_filetype.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,9 @@ ncmpio_file_set_view(const NC *ncp,
}
MPI_Type_commit(&root_filetype);

#ifndef HAVE_MPI_LARGE_COUNT
err_out:
#endif
TRACE_IO(MPI_File_set_view)(fh, 0, MPI_BYTE, root_filetype, "native",
MPI_INFO_NULL);
if (root_filetype != MPI_BYTE)
Expand Down

0 comments on commit 44e96c6

Please sign in to comment.