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
../../../../src/main/jni/loafwallet-core/BRCrypto.h:95:63: warning: implicitly declaring library function 'memset' with type 'void *(void *, int, unsigned int)' [-Wimplicit-function-declaration]
void *(*volatile const memset_ptr)(void *, int, size_t) = memset;
^
../../../../src/main/jni/loafwallet-core/BRCrypto.h:95:63: note: include the header <string.h> or explicitly provide a declaration for 'memset'
1 warning generated.
The text was updated successfully, but these errors were encountered:
TheHolyRoger
pushed a commit
to TheHolyRogerCoin/crackerwallet-core
that referenced
this issue
Jul 28, 2018
../../../../src/main/jni/loafwallet-core/BRCrypto.h:95:63: warning: implicitly declaring library function 'memset' with type 'void *(void *, int, unsigned int)' [-Wimplicit-function-declaration]
void *(*volatile const memset_ptr)(void *, int, size_t) = memset;
^
../../../../src/main/jni/loafwallet-core/BRCrypto.h:95:63: note: include the header <string.h> or explicitly provide a declaration for 'memset'
1 warning generated.
The text was updated successfully, but these errors were encountered: