public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM] archer-pmuldoon-python-backtrace: Build with -Wmissing-prototypes
@ 2012-03-05 16:05 pmuldoon
0 siblings, 0 replies; only message in thread
From: pmuldoon @ 2012-03-05 16:05 UTC (permalink / raw)
To: archer-commits
The branch, archer-pmuldoon-python-backtrace has been updated
via c300a80104d86c41d254429fb0e94fa94e93b8ae (commit)
from 977e5aa59ecd64db282749a32186254864eed9dd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email.
- Log -----------------------------------------------------------------
commit c300a80104d86c41d254429fb0e94fa94e93b8ae
Author: Phil Muldoon <pmuldoon@redhat.com>
Date: Mon Mar 5 16:04:41 2012 +0000
Build with -Wmissing-prototypes
-----------------------------------------------------------------------
Summary of changes:
gdb/python/py-framefilter.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
First 500 lines of diff:
diff --git a/gdb/python/py-framefilter.c b/gdb/python/py-framefilter.c
index f8524f6..d156d7f 100644
--- a/gdb/python/py-framefilter.c
+++ b/gdb/python/py-framefilter.c
@@ -246,7 +246,7 @@ find_frame_filter (PyObject *frame, int print_level,
return function;
}
-int
+static int
print_frame (PyObject *filter, int print_level,
enum print_what print_what, int print_args,
struct ui_out *out,
@@ -403,7 +403,7 @@ apply_frame_filter (struct frame_info *frame, int print_level,
get_user_print_options (&opts);
print_result = print_frame (filter, print_level, print_what,
print_args, out, opts, frame);
-
+
if (print_result)
result = 1;
else
hooks/post-receive
--
Repository for Project Archer.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-03-05 16:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-05 16:05 [SCM] archer-pmuldoon-python-backtrace: Build with -Wmissing-prototypes pmuldoon
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 read-only IMAP folder(s) and NNTP newsgroup(s).