• 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
Name
Last commit
Last update
..
defs.c Loading commit data...
encode_decode.c Loading commit data...
extconf.rb Loading commit data...
map.c Loading commit data...
message.c Loading commit data...
protobuf.c Loading commit data...
protobuf.h Loading commit data...
repeated_field.c Loading commit data...
storage.c Loading commit data...
upb.c Loading commit data...
upb.h Loading commit data...