-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fixes from warning generation in Clang(windows) and MSVC #2677
base: dev
Are you sure you want to change the base?
Conversation
Filed as internal issue #USD-8691 |
d94ef92
to
2918312
Compare
I seem to be hitting the 2-hour limit on the windows compile across my changes. Anything that can be done about that? |
83efb67
to
9625ddf
Compare
We’re looking into it ($$), but don’t expect it will be resolved in the
immediate future.
On Fri, Sep 15, 2023 at 3:49 PM Andrew Aye ***@***.***> wrote:
I seem to be hitting the 2-hour limit on the windows compile across my
changes. Anything that can be done about that?
—
Reply to this email directly, view it on GitHub
<#2677 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPOU2HPHN3ZGAIIPE7A7KDX2TLOFANCNFSM6AAAAAA4VJIXDI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
--spiffiPhone
|
Thanks! The rest all got through so not that big of a hit in terms of value for time spent. Will see if there is anything I can do on my end. |
74591eb
to
057f819
Compare
057f819
to
ae38e95
Compare
Got pinged recently on an issue with PCH on Windows builds etc. I know its been a year, updated my changes to the most recent and updated the branch. |
ae38e95
to
0a0820c
Compare
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
0a0820c
to
f6315de
Compare
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Removed unused member variables Printf format for a size_t should be zu (since the size of the variable is by definition capable of being different integer lengths). Fixed some API tags that were causing a conflict in export/import pairing Added some missing override keywords Added some ARCH_PRAGMA warning disables around some code that was causing Windows Clang (clang version 19.1.3, Target: x86_64-pc-windows-msvc, Thread model: posix) to throw warnings. Fixed windows linked flags when using clang
f6315de
to
cc0ecda
Compare
Description of Change(s)
Fixes Issue(s)