Skip to content
  • Sean McBride's avatar
    Suppress warning about ‘x’ used uninitialized · e2bf9bda
    Sean McBride authored
    If the ‘for’ loop is executed less that 3 times,
    ‘x’ is not (fully) initialized.  If more that 3
    times, ‘x’ gets buffer-overrun.
    
    Some better refactoring should probably be done…
    
    Change-Id: I006e3f8e7850a618472a3fbb956dad2944d8d31e
    e2bf9bda