9
0
Fork 0
barebox/scripts
Loïc Minier 3808cb7a45 Avoid warnings by using format(__printf__)
When building sandbox, barebox is built with -Dprintf=barebox_printf as
to not collide with the printf provided by libc.  This would also match
the format(printf) function __attribute__.

Since gcc documents that __printf__ can be used instead of printf as a
format attribute, use this instead and avoid a lot of noisy warnings.

NB: this relates to 6b082cfe9f which was
an earlier attempt at solving this, which got reverted due to other
regressions.

Signed-off-by: Loïc Minier <loic.minier@linaro.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2011-10-18 09:18:41 +02:00
..
basic Fix error handling with malloc, memalign etc. Introduce xmemalign(). 2011-01-07 10:21:22 +01:00
kconfig kconfig: syn with linux kernel v2.6.38-rc3 2011-02-02 14:21:57 +08:00
mod Avoid warnings by using format(__printf__) 2011-10-18 09:18:41 +02:00
setupmbr x86: Use the generic linker script initializing 2011-03-10 11:14:47 +01:00
.gitignore script: update git ignore file 2011-04-11 12:36:08 +02:00
Kbuild.include svn_rev_008 2007-07-05 18:01:13 +02:00
Makefile ARM omap: Add omap signGP tool and possibility to build ift images 2011-04-12 09:54:56 +02:00
Makefile.build Only pass -P to cpp when generating ld scripts 2011-10-18 09:18:41 +02:00
Makefile.clean do not include Kbuild in Makefile.clean. We neither have it nor need it. 2007-10-17 19:05:01 +02:00
Makefile.host svn_rev_008 2007-07-05 18:01:13 +02:00
Makefile.lib rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
Makefile.modpost rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
bareboxenv.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
bin2c.c svn_rev_429 2007-07-05 18:01:53 +02:00
checkpatch.pl scripts: Adapt checkpatch.pl for barebox. 2010-11-29 21:56:05 +01:00
compiler.h host: introduce compiler.h to handle host include 2010-09-24 09:50:32 +02:00
doxy_filter.awk doc: add macros to unify command help with doxygen 2010-11-01 16:23:08 +01:00
gen_netx_image.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
genenv scripts/getenv: delete backup files from enviroment directory 2011-06-01 19:43:28 +02:00
kallsyms.c scripts: Fix compilation warning. 2011-05-04 08:41:46 +02:00
mkimage.c image: use data base addr for image_print_contents, image_multi_count/getimg 2011-09-28 09:23:45 +02:00
mkmakefile Add scripts/mkmakefile from Linux. This is necessary if you want to 2007-11-09 11:47:07 +01:00
mksysmap rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
netconsole add netconsole host script 2010-06-24 17:37:00 +02:00
omap_signGP.c ARM omap: Add omap signGP tool and possibility to build ift images 2011-04-12 09:54:56 +02:00
setlocalversion Build system: Use setlocalversion from kernel 2008-09-02 15:48:06 +02:00