]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: profiler: Fix formatting warnings
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 21 Jul 2021 08:07:16 +0000 (10:07 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 21 Jul 2021 08:07:22 +0000 (10:07 +0200)
commitbf8f2a95dfb0f780e65cd9821b397fbb47e1c0ce
treef3eb8264459a124142b6bdd81771779820a222f7
parentca7b4bd23676a9cb6d82974c2ed452e08abb7ecf
Cygwin: profiler: Fix formatting warnings

DWORD has different types on 32 and 64 bit.  Use a common cast to
unsigned long to use %lu format for DWORD values throughout.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/utils/profiler.cc
This page took 0.027164 seconds and 5 git commands to generate.