aboutsummaryrefslogtreecommitdiff
path: root/src/userland.cpp
diff options
context:
space:
mode:
authorMichael Dusan <michael.dusan@gmail.com>2019-06-24 15:30:28 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-06-24 16:25:18 -0400
commitde2b0cd722ca8fe98d16c86825db4cb2a70931c6 (patch)
tree04124d8ac7ac014635c3fa97bee3e765bc81cfe0 /src/userland.cpp
parent24400d5882aa2b83a4aed3e4c1503d0393e1c541 (diff)
downloadzig-de2b0cd722ca8fe98d16c86825db4cb2a70931c6.tar.gz
zig-de2b0cd722ca8fe98d16c86825db4cb2a70931c6.zip
fix compile error when building zig w/ clang
errors as reported on macOS w/ Xcode 10.1, 10.2 and 11.0: src/ir.cpp:23285:16: error: variable 'bits' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized] } else if (float_type->id == ZigTypeIdFloat) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ir.cpp:23288:13: note: uninitialized use occurs here switch (bits) { ^~~~ src/ir.cpp:23285:12: note: remove the 'if' if its condition is always true } else if (float_type->id == ZigTypeIdFloat) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ir.cpp:23281:18: note: initialize the variable 'bits' to silence this warning unsigned bits;
Diffstat (limited to 'src/userland.cpp')
0 files changed, 0 insertions, 0 deletions