kconfig: surround dbg_sym_flags with #ifdef DEBUG to fix gconf warning
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 21 Dec 2018 08:33:08 +0000 (17:33 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 28 Dec 2018 13:22:39 +0000 (22:22 +0900)
commitf222b7f43661c3dddd44ee493c16e04e8f231542
tree9e807945ba08d5313deb58c0f5146ffe69b463ac
parent3b541978562a0f553b0c0253d927d55612dd97b1
kconfig: surround dbg_sym_flags with #ifdef DEBUG to fix gconf warning

Fix the following warning:

  no previous prototype for ‘dbg_sym_flags’ [-Wmissing-prototypes]

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kconfig/gconf.c