Skip to content
  • Stephen Boyd's avatar
    nconfig: Silence unused return values from wattrset · 10175ba6
    Stephen Boyd authored
    
    
    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: default avatarStephen Boyd <sboyd@codeaurora.org>
    Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
    10175ba6