Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- lib.c | 2 ++ lib.h | 1 + 2 files changed, 3 insertions(+) diff --git a/lib.c b/lib.c index 8dc5bcf9..73714109 100644 --- a/lib.c +++ b/lib.c @@ -243,6 +243,7 @@ int Wuninitialized = 1; int Wvla = 1; int dbg_entry = 0; +int dbg_data = 0; int dbg_dead = 0; int preprocess_only; @@ -517,6 +518,7 @@ static char **handle_switch_W(char *arg, char **next) static struct warning debugs[] = { { "entry", &dbg_entry}, + { "data", &dbg_data}, { "dead", &dbg_dead}, }; diff --git a/lib.h b/lib.h index 15b69fa2..2e1170b4 100644 --- a/lib.h +++ b/lib.h @@ -129,6 +129,7 @@ extern int Wuninitialized; extern int Wvla; extern int dbg_entry; +extern int dbg_data; extern int dbg_dead; extern int arch_m64; -- 2.2.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html