
Dear Gerlando Falauto,
In message 1319647072-17504-2-git-send-email-gerlando.falauto@keymile.com you wrote:
Signed-off-by: Gerlando Falauto gerlando.falauto@keymile.com
common/cmd_nvedit.c | 152 +++++++++++++++++++++++++++++++------------------ common/env_common.c | 15 ++++- include/environment.h | 7 ++ include/search.h | 13 ++++ lib/hashtable.c | 50 ++++++++++++++++ 5 files changed, 179 insertions(+), 58 deletions(-)
This patch introduces new build warnings:
cmd_nvedit.c: In function 'env_check_apply': cmd_nvedit.c:242:3: warning: passing argument 1 of 'serial_assign' discards 'const' qualifier from pointer target type [enabled by default] /home/wd/git/u-boot/env-substitute/include/serial.h:95:12: note: expected 'char *' but argument is of type 'const char *'
Please fix.
Best regards,
Wolfgang Denk