Skip to content

Commit

Permalink
fix compilation broken when using GCC 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbasile authored Oct 30, 2018
1 parent 4a627b8 commit d808bcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dmd/backend/elfobj.c
Original file line number Diff line number Diff line change
Expand Up @@ -2869,6 +2869,7 @@ private size_t relsize64(uint type)

default:
assert(0);
return 0;
}
}

Expand Down Expand Up @@ -2911,6 +2912,7 @@ private size_t relsize32(uint type)

default:
assert(0);
return 0;
}
}

Expand Down

0 comments on commit d808bcc

Please sign in to comment.