Fix some pedantic warnings when compiling with GCC.

This commit is contained in:
David Reid
2023-03-25 09:10:28 +10:00
parent 315087be30
commit 58855d3d34
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
v0.11.12 - TBD
=====================
* Fix some pedantic warnings when compiling with GCC.
* A safety change for custom VFS implementations. The `pBytesRead` parameter on the onRead callback is now pre-initialized to zero.