qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anand J <anand.indukala@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] -Werror=tautological-compare error with -save-temps on fedora 24 gcc 6.2.1
Date: Sun, 16 Oct 2016 12:38:13 +0530	[thread overview]
Message-ID: <CANDALvmcYYJU4bsfNfV2U_za_Ua0OE=73NgghCjJZ3VJuwzf6A@mail.gmail.com> (raw)

Hi,

I'm using gcc 6.2.1 for compiling qemu with following options in Fedora 24

../../../configure --enable-debug --extra-cflags="-save-temps"
make

and getting following error.

*  CC      ui/gtk.o*
*qemu/ui/gtk.c: In function ‘gd_map_keycode’:*
*qemu/ui/gtk.c:1030:21: error: self-comparison always evaluates to true
[-Werror=tautological-compare]*
*     } else if (GDK_IS_X11_DISPLAY(dpy) && gdk_keycode < 158) {*
*                     ^~*
*qemu/ui/gtk.c: In function ‘gd_set_keycode_type’:*
*qemu/ui/gtk.c:2123:18: error: self-comparison always evaluates to true
[-Werror=tautological-compare]*
*     if (GDK_IS_X11_DISPLAY(display)) {*
*                  ^~*
*cc1: all warnings being treated as errors*
*qemu/rules.mak:60: recipe for target 'ui/gtk.o' failed*
*make: *** [ui/gtk.o] Error 1*



Build works fine without -save-temps options. Does anybody know how to fix
this?

Thanks,
Anand

             reply	other threads:[~2016-10-16  7:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-16  7:08 Anand J [this message]
2016-10-17 14:02 ` [Qemu-devel] -Werror=tautological-compare error with -save-temps on fedora 24 gcc 6.2.1 John Snow

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='CANDALvmcYYJU4bsfNfV2U_za_Ua0OE=73NgghCjJZ3VJuwzf6A@mail.gmail.com' \
    --to=anand.indukala@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /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;
as well as URLs for NNTP newsgroup(s).