Skip to content

Fix format string mismatch for uint64_t in _remote_debugging/threads.c#148360

Open
StanFromIreland wants to merge 1 commit intopython:mainfrom
StanFromIreland:PRIu64
Open

Fix format string mismatch for uint64_t in _remote_debugging/threads.c#148360
StanFromIreland wants to merge 1 commit intopython:mainfrom
StanFromIreland:PRIu64

Conversation

@StanFromIreland
Copy link
Copy Markdown
Member

I noticed a warning:

./Modules/_remote_debugging/threads.c:195:61: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘uint64_t’ {aka ‘long long unsigned int’}

Changed it to use the PRIu64 macro instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants