<div dir="ltr">There are two warnings in the raspberry pi BSP due to the lack of prototypes in simple_abort.c<div>the rtl22xx BSP has the same warnings because it also uses simple_abort.c.</div><div><br></div><div>Many of the other ARM BSPs use abort.c, which has prototypes for the two functions. </div><div><br></div><div>The two functions in simple_abort.c and abort.c are nearly the same.</div><div><br></div><div>Does anyone know why there is a simple_abort.c ? </div><div><br></div><div>The potential fixes include:</div><div>1. removing simple_abort.c and have the Raspberry Pi and rtl22xx BSPs use abort.c or </div><div>2. simply putting the prototypes in simple_abort.c to take care of the warnings.</div><div><br></div><div>Alan</div><div><br></div></div>