]> git.tuebingen.mpg.de Git - paraslash.git/commit
[btr]: Avoid a gcc warning.
authorAndre Noll <maan@systemlinux.org>
Sun, 17 Jan 2010 20:30:27 +0000 (21:30 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 17 Jan 2010 20:30:27 +0000 (21:30 +0100)
commitecd2ef112f101a03dda582401d58080cd7c7c43d
treed8ebeac1f452a060e046bf9dc9e8712aa74d45ce
parent98ab15f91ac1b5127c86d5f0b6aed353f43ffd35
[btr]: Avoid a gcc warning.

Although the warning
warning: 'brs[1]' may be used uninitialized in this function
is clearly bogus, it can't hurt to assert that i == 2 which also makes the warning to away.
buffer_tree.c