]> wimlib.net Git - wimlib/commitdiff
win32_*.c: avoid some format string warnings
authorEric Biggers <ebiggers3@gmail.com>
Thu, 30 Mar 2023 07:34:14 +0000 (00:34 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 30 Mar 2023 07:48:37 +0000 (00:48 -0700)
These aren't real issues as all the types in question are 32-bit ints,
but fixing these will prevent warnings later if we're ever able to
enable __attribute__((format)) on Windows (hopefully due to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64862 being fixed).


No differences found