mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/gperf_v3_1' into 'master'
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'. Ref github #200 https://github.com/espressif/esp-idf/issues/200#issuecomment-279377753 Fixes #315 https://github.com/espressif/esp-idf/issues/315 Fixes #251 https://github.com/espressif/esp-idf/issues/251 See merge request !498
This commit is contained in:
commit
578e93803a
@ -9,8 +9,6 @@
|
||||
|
||||
struct kconf_id;
|
||||
|
||||
static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
|
||||
|
||||
%%
|
||||
mainmenu, T_MAINMENU, TF_COMMAND
|
||||
menu, T_MENU, TF_COMMAND
|
||||
|
Loading…
Reference in New Issue
Block a user