Re: [PATCH] Cygwin: fix format warnings in profiler.cc

2021-07-21 Thread Corinna Vinschen
On Jul 21 01:00, Mark Geisert wrote: > Use new typedef to normalize pids for printing on both 32- and 64-bit Cygwin. I pushed my patch before I saw yours. If you want to use ulong, please send a followup patch which introduces the typedef. Thanks, Corinna

[PATCH] Cygwin: fix format warnings in profiler.cc

2021-07-21 Thread Mark Geisert
Use new typedef to normalize pids for printing on both 32- and 64-bit Cygwin. --- winsup/utils/profiler.cc | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/winsup/utils/profiler.cc b/winsup/utils/profiler.cc index d1a01c3a2..152bf1cca 100644 --- a/winsup/utils/profiler