--- zzzz-none-000/linux-2.6.39.4/scripts/kconfig/lxdialog/textbox.c 2011-08-03 19:43:28.000000000 +0000 +++ puma6-atom-6490-729/linux-2.6.39.4/scripts/kconfig/lxdialog/textbox.c 2021-11-10 13:38:18.000000000 +0000 @@ -320,7 +320,7 @@ */ static void print_line(WINDOW * win, int row, int width) { - int y, x; + int y __attribute__((unused)), x __attribute__((unused)); char *line; line = get_line();