Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2013-02-23
Date: Mon, 25 Feb 2013 09:34:39 +0100	[thread overview]
Message-ID: <20130225093439.0b2b43b2@skate> (raw)
In-Reply-To: <201302241638.19487.yann.morin.1998@free.fr>

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

      parent reply	other threads:[~2013-02-25  8:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-24  7:34 [Buildroot] [autobuild.buildroot.net] Build results for 2013-02-23 Thomas Petazzoni
2013-02-24 15:38 ` Yann E. MORIN
2013-02-24 16:39   ` Peter Korsgaard
2013-02-24 21:53   ` Arnout Vandecappelle
2013-02-25  8:34   ` Thomas Petazzoni [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130225093439.0b2b43b2@skate \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox