nconfig: Silence unused return values from wattrset
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 6 Apr 2011 22:07:49 +0000 (15:07 -0700)
committerMichal Marek <mmarek@suse.cz>
Tue, 19 Apr 2011 07:21:52 +0000 (09:21 +0200)
commit10175ba65fde4b3708b9dd338af4b2dfb6bf266d
tree1107c24044f1642bbe24d75db4aea48bd5b82bd9
parentc33724a43875786719f51916311308f2752d846e
nconfig: Silence unused return values from wattrset

Ignore the return value from wattrset since we ignore the return
value in nconf.gui.c as well.

scripts/kconfig/nconf.c: In function 'print_function_line':
scripts/kconfig/nconf.c:376: warning: value computed is not used
scripts/kconfig/nconf.c:380: warning: value computed is not used
scripts/kconfig/nconf.c:387: warning: value computed is not used
scripts/kconfig/nconf.c: In function 'show_menu':
scripts/kconfig/nconf.c:956: warning: value computed is not used
scripts/kconfig/nconf.c:961: warning: value computed is not used
scripts/kconfig/nconf.c:963: warning: value computed is not used
scripts/kconfig/nconf.c:965: warning: value computed is not used

Cc: Nir Tzachar <nir.tzachar@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/nconf.c