• Josh Haberman's avatar
    Conform to C89/C90 variable declaration rules. · a1daeaba
    Josh Haberman authored
    While we are C99 in general, the Ruby build system
    for building C extensions enables several flags that
    throw warnings for C89/C90 variable ordering rules.
    To avoid spewing a million warnings (or trying to
    specifically override these warnings with command-line
    flags, which would be tricky and possibly fragile)
    we conform to Ruby's world of C89/C90.
    
    Change-Id: I0e03e62d95068dfdfde112df0fb16a248a2f32a0
    a1daeaba
storage.c 28.7 KB