[Buildroot] [autobuild.buildroot.net] Build results for 2013-02-23

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Feb 25 08:34:39 UTC 2013


Dear Yann E. MORIN,

On Sun, 24 Feb 2013 16:38:19 +0100, Yann E. MORIN wrote:

> /home/test/test/output1/build/tvheadend-v3.3/src/v4l.c:465:5: error:
> format '%llx' expects argument of type 'long long unsigned int', but
> argument 6 has type 'v4l2_std_id' [-Werror=format]

Change the code to use:

  "%s: Standard #%d: %016" PRIx64 " %s, frameperiod: %d/%d, %d lines",

PRIx64 will automatically expand to llx on 32 bits platforms, and lx on
64 bits platforms. See <inttypes.h>. I think this should fix your
problem.

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list