fix: t_local_cache_threading.c:85:12: error: incompatible pointer to integer conversion#808
fix: t_local_cache_threading.c:85:12: error: incompatible pointer to integer conversion#808dawesc wants to merge 1 commit intoaws:masterfrom
Conversation
|
Copying some testing logs from the CodeBuild execution on Identifier: I do not have time to dig into these right now, I kicked off a retry, on the chance that it was a transient failure. The GitHub MacOS builds also failed. The retry succeeded! But the Webhook is not going to pole CodeBuild again. |
Unable to compile on Mac without a static cast to ensure the return type of the thread id.
3cedb1a to
0c41d68
Compare
|
Hi there, many thanks for your efforts; I've fixed the linting. Am I ok to leave the macOS install issue with you as it looks to be a problem with test environments? |
|
I ran the MacOS CI on HEAD and got the same results; |
Unable to compile on Mac without a static cast to ensure the return type of the thread id.
Issue #807
Description of changes:
Static cast the thread pointer returned so that on MacOs it compiles
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Check any applicable: