mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
kconfig: Remove gperf 3.1+ incompatible kconf_conf_id forward declaration
Forward declaration was unused. gperf 3.1+ changed parameter type from 'unsigned int' to 'size_t'.
This commit is contained in:
parent
02460ff864
commit
473f2cff51
@ -9,8 +9,6 @@
|
|||||||
|
|
||||||
struct kconf_id;
|
struct kconf_id;
|
||||||
|
|
||||||
static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
|
|
||||||
|
|
||||||
%%
|
%%
|
||||||
mainmenu, T_MAINMENU, TF_COMMAND
|
mainmenu, T_MAINMENU, TF_COMMAND
|
||||||
menu, T_MENU, TF_COMMAND
|
menu, T_MENU, TF_COMMAND
|
||||||
|
Loading…
x
Reference in New Issue
Block a user