From: mec.gnu@mindspring.com (Michael Elizabeth Chastain)
To: gdb@sources.redhat.com, mukeshgct@hotpop.com
Subject: Re: ptype of prototype of a funtion
Date: Thu, 18 Mar 2004 19:52:00 -0000 [thread overview]
Message-ID: <20040318195155.0363E4B104@berman.michael-chastain.com> (raw)
Hello,
> test.c: In function `main':
> test.c:10: warning: passing arg 3 of `PEM_read_bio_PKCS8_PRIV_KEY_INFO' from
> incompatible pointer type
gcc produces this warning because your source code does not match the
function prototype in the appropriate header (*.h) file.
gdb does not use the information in the header file; it works from
the information in the library (*.a or *.so file).
You need to find a local C programming expert and get some advice.
This isn't a gdb problem.
Michael C
next reply other threads:[~2004-03-18 19:52 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-18 19:52 Michael Elizabeth Chastain [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-03-17 5:19 Michael Elizabeth Chastain
2004-03-16 14:16 Michael Elizabeth Chastain
2004-03-17 4:20 ` murugesan
2004-03-17 4:35 ` Ramana Radhakrishnan
2004-03-17 5:58 ` murugesan
2004-03-18 4:46 ` murugesan
2004-03-16 11:31 murugesan
2004-03-12 15:39 Michael Elizabeth Chastain
2004-03-12 7:53 murugesan
2004-03-12 15:39 ` Daniel Jacobowitz
2004-03-16 3:58 ` murugesan
2004-03-16 10:39 ` Muthukumar
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=20040318195155.0363E4B104@berman.michael-chastain.com \
--to=mec.gnu@mindspring.com \
--cc=gdb@sources.redhat.com \
--cc=mukeshgct@hotpop.com \
/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