aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/c_src/erl_memory.c
diff options
context:
space:
mode:
authorAnthony Ramine <[email protected]>2013-10-15 10:49:55 +0200
committerHenrik Nord <[email protected]>2013-12-02 15:20:50 +0100
commit09152f810b04715785cb0437f9bc0ce42bb0f85f (patch)
treec22ef0edb285d16f80ba1db2f1a3e8fbc4a8d806 /lib/tools/c_src/erl_memory.c
parent8e970802761c593e2ed556722276ea036c4ad031 (diff)
downloadotp-09152f810b04715785cb0437f9bc0ce42bb0f85f.tar.gz
otp-09152f810b04715785cb0437f9bc0ce42bb0f85f.tar.bz2
otp-09152f810b04715785cb0437f9bc0ce42bb0f85f.zip
Silence two warnings about tests being always true
encode/encode_ulonglong.c:55:25: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if ((p < 256) && (p >= 0)) { ~ ^ ~ legacy/erl_marshal.c:293:24: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if ((ul < 256) && (ul >= 0)) { ~~ ^ ~
Diffstat (limited to 'lib/tools/c_src/erl_memory.c')
0 files changed, 0 insertions, 0 deletions