diff options
author | Sverker Eriksson <[email protected]> | 2015-03-19 17:41:00 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2015-03-19 17:43:01 +0100 |
commit | f958a56e0c7c672cd19f386b58f9abd54e128a6d (patch) | |
tree | 9a624e4f648d30be71e4da573dbaed6fa227c1f9 /make/otp_release_targets.mk | |
parent | 65c7116bb38013c3d829f21b00bf094606e46731 (diff) | |
download | otp-f958a56e0c7c672cd19f386b58f9abd54e128a6d.tar.gz otp-f958a56e0c7c672cd19f386b58f9abd54e128a6d.tar.bz2 otp-f958a56e0c7c672cd19f386b58f9abd54e128a6d.zip |
erts: Silence valgrind warning in nif_SUITE.c
Hmm, seems like gcc (4.4.3 at least) can switch the order
of an &&-expression and do the last condition first if it
think it's more efficient (and without side effects I hope).
Which led to valgrind complaining about 'prev_ret' being used
uninitialized in this case.
Diffstat (limited to 'make/otp_release_targets.mk')
0 files changed, 0 insertions, 0 deletions