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

Dev fix compiler warning #3455

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

icathychen
Copy link

Description of Change(s)

  • Replace the incorrect format specifiers with ones matching the actual argument type:
    • Use %llu for unsigned long long.
    • Use %lld for int64_t.

Fixes Issue(s)

Checklist

[x] I have created this PR based on the dev branch

[x] I have followed the coding conventions

[x] I have added unit tests that exercise this functionality (Reference:
testing guidelines)

[x] I have verified that all unit tests pass with the proposed changes

[x] I have submitted a signed Contributor License Agreement (Reference:
Contributor License Agreement instructions)

@dgovil
Copy link
Contributor

dgovil commented Dec 6, 2024

Awesome. Thanks, @icathychen !

@jesschimein
Copy link
Collaborator

Filed as internal issue #USD-10499

@jesschimein
Copy link
Collaborator

/AzurePipelines run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@nvmkuruc nvmkuruc added the build Build-related issue/PR label Dec 6, 2024
@icathychen
Copy link
Author

Hi, how does the merge process work now that the test is ran successfully?

@dgovil
Copy link
Contributor

dgovil commented Dec 10, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build-related issue/PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants