Skip to content

Mollify MacOS clang about INT64_FORMAT and jlong - #550

Merged
jcflack merged 1 commit into
REL1_6_STABLEfrom
port/REL1_6_STABLE/macosjlong
Aug 17, 2026
Merged

Mollify MacOS clang about INT64_FORMAT and jlong#550
jcflack merged 1 commit into
REL1_6_STABLEfrom
port/REL1_6_STABLE/macosjlong

Conversation

@jcflack

@jcflack jcflack commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

This is to silence a recently-seen compiler warning on MacOS. By definition, jlong has to be a 64-bit type, but apparently it is not the same type the INT64_FORMAT specifier expects, according to clang on this platform.

By definition, jlong has to be a 64-bit type, but apparently it is not
the same 64-bit type the INT64_FORMAT specifier expects according
to clang on MacOS.
@jcflack
jcflack merged commit 3f9c93f into REL1_6_STABLE Aug 17, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant