linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] vs2017 linphone sdk win32 compile error C2220 on d


From: lilinde
Subject: [Linphone-developers] vs2017 linphone sdk win32 compile error C2220 on decaf Modular
Date: Mon, 17 Jun 2019 00:52:06 -0700 (MST)

linphone-sdk\build\WORK\desktop\Build\decaf\src\GENERATED\c\p448\f_generic.c
linphone-sdk\build\WORK\desktop\Build\decaf\src\GENERATED\c\p25519\f_generic.c
The following two lines:
assert(word_is_zero(scarry) | word_is_zero( scarry + 1 ));
assert(word_is_zero(  carry + scarry_0) );

i'm change to 

 assert(word_is_zero((uint32_t)scarry) |
word_is_zero((uint32_t)(scarry+1)));
 assert(word_is_zero((uint32_t)(carry + scarry_0)));

The compilation was successful, but you failed to report c's memory
application when running sdk. Have you tried it?





--
Sent from: http://nongnu.13855.n7.nabble.com/linphone-developers-f38648.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]