Skip to content

Commit bb56253

Browse files
committed
Initialize two more variables to keep darwin tinderbox happy
1 parent 32e62d0 commit bb56253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rt/rust_crate_reader.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ rust_crate_reader::die::step_attr(attr &a) const
312312
a.at = (dw_at)ai;
313313
a.form = (dw_form)fi;
314314

315-
uint32_t u32;
316-
uint8_t u8;
315+
uint32_t u32 = 0;
316+
uint8_t u8 = 0;
317317

318318
switch (a.form) {
319319
case DW_FORM_string:

0 commit comments

Comments
 (0)