Get rid of a compiler warning with gcc 4.6.3
authorDan Fandrich <dan@coneharvesters.com>
Mon, 18 Mar 2013 22:17:16 +0000 (23:17 +0100)
committerFlorian Forster <octo@collectd.org>
Sat, 23 Mar 2013 09:19:01 +0000 (10:19 +0100)
commita38c24034ce1831ebfaa41ca6231bb15e17086a7
tree18847f1b6383c28e2d654d21314ddacd0f9c0f40
parent094bea135e8932101e889ed9ed0965c9067a1db5
Get rid of a compiler warning with gcc 4.6.3

...a futile warning that nevertheless kills the build thanks
to -Werror: "variable 'status' set but not used"

Signed-off-by: Florian Forster <octo@collectd.org>
src/utils_rrdcreate.c