PixarAnimationStudios / OpenUSD

Universal Scene Description
http://www.openusd.org
Other
6.18k stars 1.23k forks source link

Apple: Correct re-declaration of structs as classes #3316

Open dgovil opened 2 months ago

dgovil commented 2 months ago

Description of Change(s)

This change fixes two areas where something was defined a structure, but was referenced as a class elsewhere. While this is harmless, it does cause some spurious compile time warnings.

I'm trying to reduce the number of warnings I get when building USD (which is a lot) to make it less noisy when developing on the USD codebase. So I'll put up PRs as I have downtime.

This is low priority and low/no impact to the codebase, but the reduced compile time noise is a win.

Fixes Issue(s)

-

jesschimein commented 2 months ago

Filed as internal issue #USD-10190

jesschimein commented 2 months ago

/AzurePipelines run

azure-pipelines[bot] commented 2 months ago
Azure Pipelines successfully started running 1 pipeline(s).
nvmkuruc commented 2 months ago

Thanks @dgovil. 👍