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
Due to improvements in preventing unsafe memory access in gcc 8, the following code now gives a warning, which due to the compile options used is translated to an error and halts compilation.
build/linux/arm/debug/dist/cpp/inc/qcc/KeyInfoECC.h:140:45: error: 'void* memset(void*, int, size_t)' clearing an object of type 'struct qcc::ECCSignature' with no trivial copy-assignment; use assignment or value-initialization instead [-Werror=class-memaccess]
The text was updated successfully, but these errors were encountered:
This project is dead, unmaintained, lost in oblivion. Refrain from working with this code. It should be archived... Was this the future of IoT? Well, last commit is 6 years ago. That's your future AllJoyn / AllSeen Alliance. An engineering disgrace!
Due to improvements in preventing unsafe memory access in gcc 8, the following code now gives a warning, which due to the compile options used is translated to an error and halts compilation.
core-alljoyn/common/inc/qcc/KeyInfoECC.h
Line 140 in 103b083
build/linux/arm/debug/dist/cpp/inc/qcc/KeyInfoECC.h:140:45: error: 'void* memset(void*, int, size_t)' clearing an object of type 'struct qcc::ECCSignature' with no trivial copy-assignment; use assignment or value-initialization instead [-Werror=class-memaccess]
The text was updated successfully, but these errors were encountered: