author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 5 Mar 2017 17:02:30 +0000 (18:02 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 5 Mar 2017 17:02:30 +0000 (18:02 +0100) | ||
commit | b89f06dbfca0d64c18b4b34a29f1365635b407d3 | |
tree | 4840a38fd54d12ddb2a54f57f2064b7ee7a8b384 | tree | snapshot |
parent | d39c84c17623270f89c3b3c5f4f2994e0ca88c50 | commit | diff |
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: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 | diff | blob | history |