Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format for size_t (in e.g. warnings) #7966

Merged
merged 1 commit into from Aug 17, 2020

Conversation

albert-github
Copy link
Collaborator

From the C standard paragraph 7.21.6.1 The fprintf function

z

Specifies that a following d, i, o, u, x, or X conversion specifier applies to a size_t or the
corresponding signed integer type argument; or that a following n conversion specifier
applies to a pointer to a signed integer type corresponding to size_t argument.

From the C standard paragraph 7.21.6.1 The fprintf function
```
z

Specifies that a following d, i, o, u, x, or X conversion specifier applies to a size_t or the
corresponding signed integer type argument; or that a following n conversion specifier
applies to a pointer to a signed integer type corresponding to size_t argument.
```
@albert-github albert-github added bug install/build bug in the installation or build scripts labels Aug 17, 2020
@doxygen doxygen merged commit 961b663 into doxygen:master Aug 17, 2020
@albert-github albert-github deleted the feature/bug_format_size_t branch August 17, 2020 19:42
albert-github added a commit to albert-github/doxygen that referenced this pull request Aug 18, 2020
This one was a bit hidden in conditional compilation (see also doxygen#7966).
insooth pushed a commit to insooth/doxygen that referenced this pull request Sep 16, 2020
This one was a bit hidden in conditional compilation (see also doxygen#7966).
insooth pushed a commit to UmlautSoftwareDevelopmentAccount/doxygen that referenced this pull request Sep 16, 2020
This one was a bit hidden in conditional compilation (see also doxygen#7966).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug install/build bug in the installation or build scripts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants