helper/jim-nvp: avoid camelcase error by deprecated API
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 26 Apr 2021 06:57:28 +0000 (08:57 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 23 Jul 2022 13:59:49 +0000 (13:59 +0000)
commit32f517f5d6efb9fb7178fd9a9614fbf64aff963e
tree44dc33f718dd892048870739b6093d2b6e26d4cd
parent757895b8ee2d6b82630f10d0a19abc3f56e09c44
helper/jim-nvp: avoid camelcase error by deprecated API

Commit b8e18d292eb6 ("helper/jim-nvp: comply with coding style
[1/2]") tags as deprecated the old CamelCase API of jim-nvp, so
that old patches already in gerrit or in user's local git can
still build while dumping a deprecated message.

So far, we have not found any such case, so the deprecated API can
be safely dropped in preparation of v0.12.0-rc1.

Drop the compile flag "-Wno-error=deprecated-declarations" and the
deprecated API.

Change-Id: I52ce47eda69a51c2dd29aac15f16e285492d89b4
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7052
Tested-by: jenkins
configure.ac
src/helper/jim-nvp.h