[U-Boot] [U-Boot, 10/10] test: Add a simple test to detected warnings with uint64_t, uintptr_t

Tom Rini trini at ti.com
Mon Oct 27 23:20:55 CET 2014


On Wed, Oct 15, 2014 at 04:38:39AM -0600, Simon Glass wrote:

> These types are problematic because they are typically declared in a
> non-standard way in U-Boot. For example, U-Boot uses 'long long' for
> int64_t even on a 64-bit machine whereas stdint.h uses 'long'.
> Similarly, U-Boot always uses 'long' for intptr_t whereas stdint.h mostly
> uses 'int'.
> 
> This simple test script runs a few toolchains on a few archs to check for
> warnings.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141027/7745c5c2/attachment.pgp>


More information about the U-Boot mailing list