Skip to content

Commit

Permalink
Remove NVHPC [set_but_not_used] warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 23, 2023
1 parent de95c02 commit 93834ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testpar/t_subfiling_vfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2347,7 +2347,8 @@ main(int argc, char **argv)
must_unset_ioc_thread_count_env = true;
}

if (!(env_value = HDgetenv(H5FD_SUBFILING_CONFIG_FILE_PREFIX))) {
env_value = HDgetenv(H5FD_SUBFILING_CONFIG_FILE_PREFIX);
if (NULL != env_value) {
int rand_value = 0;

if (MAINPROCESS)
Expand Down

0 comments on commit 93834ec

Please sign in to comment.