You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We cannot compile the SDK on modern versions of clang, this will become a problem on gcc as well eventually. This has been obsolete since 1989 according to a post on Stack Overflow
Solution:
Update the SDK so the methods in error.h have void in the prototype.
Out of scope:
Is there anything the solution will intentionally NOT address? No
The text was updated successfully, but these errors were encountered:
dawesc
added a commit
to EFTlab/aws-encryption-sdk-c
that referenced
this issue
Nov 21, 2024
Problem:
We cannot compile the SDK on modern versions of clang, this will become a problem on gcc as well eventually. This has been obsolete since 1989 according to a post on Stack Overflow
Solution:
Update the SDK so the methods in error.h have void in the prototype.
Out of scope:
Is there anything the solution will intentionally NOT address? No
The text was updated successfully, but these errors were encountered: