Re: [U-Boot] [PATCH] mv_common.c: get rid of 'defined but not used' warning

2011-12-03 Thread Anatolij Gustschin
On Thu, 20 Oct 2011 13:37:18 +0200 Michael Jones wrote: > When CONFIG_ENV_IS_NOWHERE, got following warning: > mv_common.c:32:14: warning: 'entries_to_keep' defined but not used. > Get rid of this warning. > > Signed-off-by: Michael Jones > --- > board/matrix_vision/common/mv_common.c |2 +

Re: [U-Boot] [PATCH] mv_common.c: get rid of 'defined but not used' warning

2011-10-20 Thread Andre Schwarz
Am 20.10.2011 13:37, schrieb Michael Jones: > When CONFIG_ENV_IS_NOWHERE, got following warning: > mv_common.c:32:14: warning: 'entries_to_keep' defined but not used. > Get rid of this warning. > > Signed-off-by: Michael Jones Acked-by: Andre Schwarz > --- > board/matrix_vision/common/mv_common

[U-Boot] [PATCH] mv_common.c: get rid of 'defined but not used' warning

2011-10-20 Thread Michael Jones
When CONFIG_ENV_IS_NOWHERE, got following warning: mv_common.c:32:14: warning: 'entries_to_keep' defined but not used. Get rid of this warning. Signed-off-by: Michael Jones --- board/matrix_vision/common/mv_common.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/