mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-15 04:32:21 +00:00
Example: "flags & 0xFF != 0" is equivalent to "flags & 1", most likely it's unexpected. Example: "a << 2 + 1" (equal to "a << 3", probably unexpected). The only way to suppress this error for the programmer is to use parenthesis. |
||
---|---|---|
.. | ||
block | ||
common | ||
ellcurve | ||
fift | ||
func | ||
funcfiftlib | ||
keccak | ||
openssl | ||
parser | ||
smartcont | ||
smc-envelope | ||
test | ||
tl | ||
util | ||
vm | ||
CMakeLists.txt | ||
Ed25519.cpp | ||
Ed25519.h |