Skip to content

Commit b642e9c

Browse files
author
Jon Daniel
authored
Merge branch 'icculus:main' into main
2 parents 67e62c9 + 7931b9b commit b642e9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ static PHYSFS_Io *memoryIo_duplicate(PHYSFS_Io *io)
318318
BAIL(PHYSFS_ERR_OUT_OF_MEMORY, NULL);
319319
} /* if */
320320

321-
__PHYSFS_ATOMIC_INCR(&info->refcount);
321+
(void) __PHYSFS_ATOMIC_INCR(&info->refcount);
322322

323323
memset(newinfo, '\0', sizeof (*info));
324324
newinfo->buf = info->buf;

0 commit comments

Comments
 (0)