]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
KeyValueStore.cc: silence gcc -Wunused-variable
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 4 Jun 2014 22:13:57 +0000 (00:13 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 4 Jun 2014 22:13:57 +0000 (00:13 +0200)
commit53533ee99828f5391c6f167c1c6c8ee3bc5a7f92
tree8f5c683d48288d1ebeaf02a92f01655cb6f926f5
parente24213ed26d6ecf0b88a5760e79fb3417f87cce8
KeyValueStore.cc: silence gcc -Wunused-variable

Don't assign return value of i.get_length() to a variable until
they are really used. Added comment on what is the intention of
the variables.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/os/KeyValueStore.cc