shithub: npe

Download patch

ref: c987c7dcb71bb3fd9d5388f5573209ae63f52f38
parent: 35523abeb7add5d78d9893183a34577626ea08dd
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Mon May 1 12:36:02 EDT 2023

sdl2/rwops: fix a warning

--- a/libnpe_sdl2/rwops.c
+++ b/libnpe_sdl2/rwops.c
@@ -273,5 +273,6 @@
 static int
 memclose(struct SDL_RWops *o)
 {
+	USED(o);
 	return 0;
 }