1. 21 Aug, 2012 7 commits
  2. 20 Aug, 2012 19 commits
  3. 17 Aug, 2012 3 commits
  4. 16 Aug, 2012 2 commits
  5. 15 Aug, 2012 8 commits
  6. 14 Aug, 2012 1 commit
    • Pavel Emelyanov's avatar
      pb: Init fsize to make compiler happy · 29f6d62a
      Pavel Emelyanov authored
      protobuf.c: In function ‘pb_show_msg’:
      protobuf.c:384:68: error: ‘fsize’ may be used uninitialized in this function [-Werror=uninitialized]
      protobuf.c:247:9: note: ‘fsize’ was declared here
      
      The warning about 'may be uninitialized' is false -- the BUG() is a never-returning function.
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      29f6d62a