spc.c: In function 'lu_config': spc.c:1631: warning: unused variables 'lu_bsoflags' Signed-off-by: FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx> --- usr/spc.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/usr/spc.c b/usr/spc.c index 22fa975..a3d3452 100644 --- a/usr/spc.c +++ b/usr/spc.c @@ -1628,7 +1628,6 @@ int lu_config(struct scsi_lu *lu, char *params, match_fn_t *fn) while ((p = strsep(¶ms, ",")) != NULL) { substring_t args[MAX_OPT_ARGS]; - int token, lu_bsoflags = 0; if (!*p) continue; -- 1.6.5 -- To unsubscribe from this list: send the line "unsubscribe stgt" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html