diff options
author | Kjell Winblad <[email protected]> | 2019-03-21 13:10:05 +0100 |
---|---|---|
committer | Kjell Winblad <[email protected]> | 2019-03-22 16:18:25 +0100 |
commit | 6f01f562418c26e37233c2f1ca1dc62c53418ca8 (patch) | |
tree | c437e4be5dfe17050c4e665e98e4479b0b4f08f1 /lib/kernel/test/error_handler_SUITE.erl | |
parent | f810d541b5722c153ac29b302bb509164421b5e8 (diff) | |
download | otp-6f01f562418c26e37233c2f1ca1dc62c53418ca8.tar.gz otp-6f01f562418c26e37233c2f1ca1dc62c53418ca8.tar.bz2 otp-6f01f562418c26e37233c2f1ca1dc62c53418ca8.zip |
Suppress false positive warning in gcc 4.8.2
This commit suppresses the following warning in gcc 4.8.2:
In file included from beam/bif.c:33:0:
beam/bif.c: In function ‘iolist_size_1’:
beam/bif.h:332:14: warning: ‘state_mref’ may be used uninitialized in this function [-Wmaybe-uninitialized]
reg[0] = (A0); \
^
beam/bif.c:2464:11: note: ‘state_mref’ was declared here
Eterm state_mref;
Diffstat (limited to 'lib/kernel/test/error_handler_SUITE.erl')
0 files changed, 0 insertions, 0 deletions