]> wimlib.net Git - wimlib/commit
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)
commitfc74f286731a002512302c0469437c7976b75b7b
tree1a0912066c9f61c012cdb7e50dbdbe5c8c07078b
parent3bd168c181a618a1c52bdd9bfaa005496fa3b1f1
win32_*.c: avoid some format string warnings

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).
src/win32_apply.c
src/win32_vss.c