Initialize two more variables to keep darwin tinderbox happy
This commit is contained in:
parent
32e62d0151
commit
bb56253015
@ -312,8 +312,8 @@ rust_crate_reader::die::step_attr(attr &a) const
|
||||
a.at = (dw_at)ai;
|
||||
a.form = (dw_form)fi;
|
||||
|
||||
uint32_t u32;
|
||||
uint8_t u8;
|
||||
uint32_t u32 = 0;
|
||||
uint8_t u8 = 0;
|
||||
|
||||
switch (a.form) {
|
||||
case DW_FORM_string:
|
||||
|
Loading…
x
Reference in New Issue
Block a user