Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Jack Howarth <howarth.mailing.lists@gmail.com>
To: "gdb@sourceware.org" <gdb@sourceware.org>
Subject: many -Wincompatible-pointer-types on clang with gdb-7.9
Date: Fri, 27 Feb 2015 23:23:00 -0000	[thread overview]
Message-ID: <CADtEn-344TMpjjbMmFzNfbyaR63t1-wS0Wv_JwNr3GYCNe+vJA@mail.gmail.com> (raw)

On gdb-7.9, we are seeing a large number of warnings from
-Wincompatible-pointer-types with clang...

./guile/guile.c:474:25: warning: incompatible pointer types
initializing 'scm_t_subr' (aka 'void (*)()') with an expression of
type 'SCM (SCM, SCM)'
      [-Wincompatible-pointer-types]
  { "execute", 1, 0, 1, gdbscm_execute_gdb_command,
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~
./guile/guile.c:487:32: warning: incompatible pointer types
initializing 'scm_t_subr' (aka 'void (*)()') with an expression of
type 'SCM (void)'
      [-Wincompatible-pointer-types]
  { "data-directory", 0, 0, 0, gdbscm_data_directory,
                               ^~~~~~~~~~~~~~~~~~~~~
./guile/guile.c:491:38: warning: incompatible pointer types
initializing 'scm_t_subr' (aka 'void (*)()') with an expression of
type 'SCM (void)'
      [-Wincompatible-pointer-types]
  { "guile-data-directory", 0, 0, 0, gdbscm_guile_data_directory,
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~

These all are associated with the guile/scm-*.c files.
           Jack


             reply	other threads:[~2015-02-27 18:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-27 23:23 Jack Howarth [this message]
2015-02-27 23:33 ` Pedro Alves
2015-02-27 23:54   ` Jack Howarth
2015-02-27 23:58     ` Jack Howarth
2015-02-28  6:13       ` Pedro Alves
2015-02-28  7:28     ` Pedro Alves

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=CADtEn-344TMpjjbMmFzNfbyaR63t1-wS0Wv_JwNr3GYCNe+vJA@mail.gmail.com \
    --to=howarth.mailing.lists@gmail.com \
    --cc=gdb@sourceware.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