]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/gperf_v3_1' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 15 Feb 2017 05:29:18 +0000 (13:29 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 15 Feb 2017 05:29:18 +0000 (13:29 +0800)
commit578e93803a09835884516c7de0dff90459d953f8
tree682b0eba78866a25e887e08fb66b1be5c05a2eaa
parentfe44bc9e79e2ed9ca4907c4fae72005f11d280d5
parent473f2cff51e13bbbc98b77f791430625ce047ce7
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