]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix warning: "assert" redefined
authorWolfgang Denk <wd@denx.de>
Fri, 9 Sep 2011 22:31:11 +0000 (00:31 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 9 Sep 2011 23:10:19 +0000 (01:10 +0200)
commit5ae0dea3e8659a79d0284647341af2bfc349fecf
treed1d5817be7be79a714cd753812a4e7e909cad6a0
parentd786882db223db2a48071a86af0777002f77c764
Fix warning: "assert" redefined

Commit 21726a7 "Add assert() for debug assertions" caused build
warnings for many systems:

In file included from bedbug.c:6:
/home/wd/git/u-boot/work/include/bedbug/bedbug.h:24:1: warning: "assert" redefined
In file included from bedbug.c:3:
/home/wd/git/u-boot/work/include/common.h:144:1: warning: this is the location of the previous definition
In file included from cmd_bedbug.c:10:
/home/wd/git/u-boot/work/include/bedbug/bedbug.h:24:1: warning: "assert" redefined
In file included from cmd_bedbug.c:5:
/home/wd/git/u-boot/work/include/common.h:144:1: warning: this is the location of the previous definition

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
include/bedbug/bedbug.h