Skip to content
  • Sean McBride's avatar
    Refactor to make intent clear to clang analyzer · 6e773e1d
    Sean McBride authored
    It warned that ‘ext’ could be used uninitialized.
    It didn’t see that the test after the for loop was testing
    if the loop got all the way to the end without breaking.
    Added bool instead to be explicit about it.
    
    Change-Id: I006d1b3794e596ee08226b2c3f9167cccc145cc7
    6e773e1d