-
Notifications
You must be signed in to change notification settings - Fork 572
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
FifoBuffer.cpp "error: use of undeclared identifier 'memcpy'" #13
Comments
Hi jplatipus, Many thanks for submitting this fix. I have just realised you didn't sign the contributor's agreement (CLA). Please could you do so by following the instructions here: https://github.com/google/oboe/blob/master/CONTRIBUTING.md Thanks very much, Don |
Ignore me. I see you have signed the agreement, I'm just getting a strange error message: "Failure: CLAs are signed, but unable to verify author consent". Ignoring for now. |
I went ahead and followed the link, and filled in the form.
Best regards,
Jacques (jplatipus)
… On 12 Feb 2018, at 14:20, Don Turner ***@***.***> wrote:
Ignore me. I see you have signed the agreement, I'm just getting a strange error message: "Failure: CLAs are signed, but unable to verify author consent". Ignoring for now.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#13 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AYR_fWZedqUVzmXPfpOqaziuXja8zf5Lks5tUEibgaJpZM4QdNoq>.
|
Thanks for the quick response. Hopefully the issue won't arise again. |
I get compilation "error: use of undeclared identifier 'memcpy'"
Adding the memory.h include fixes this.
I put in a pull request for the fix from master (the error happens for me in the master branch).
The text was updated successfully, but these errors were encountered: