utils_cmd_flush.c: fix another build warning
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 5 Mar 2017 17:02:30 +0000 (18:02 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 5 Mar 2017 17:02:30 +0000 (18:02 +0100)
commitb89f06dbfca0d64c18b4b34a29f1365635b407d3
tree4840a38fd54d12ddb2a54f57f2064b7ee7a8b384
parentd39c84c17623270f89c3b3c5f4f2994e0ca88c50
utils_cmd_flush.c: fix another build warning

src/utils_cmd_flush.c:140:11: warning: declaration shadows a local variable [-Wshadow]
      int status;
          ^
src/utils_cmd_flush.c:114:7: note: previous declaration is here
  int status;
      ^
src/utils_cmd_flush.c