windows: fix wrong format strings
authorSitsofe Wheeler <sitsofe@yahoo.com>
Thu, 20 Aug 2020 06:08:46 +0000 (07:08 +0100)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Sat, 12 Sep 2020 10:48:01 +0000 (11:48 +0100)
commitf5515176825b1d0fc3b5ed6450b1f29510f955d5
tree1d8cf61893e07f6965cd80d0c269a454e67396cd
parent0cef322a943e6691277fe39472ef8bf488164717
windows: fix wrong format strings

Found by Windows clang which mysteriously seemed able to ignore
-Wno-format...

(As some format strings are longer than the wrapping width, make an
exception and avoid splitting/preserve them to make greping easier)

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
os/windows/cpu-affinity.c