From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17797 invoked by alias); 5 Mar 2012 16:05:01 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 17760 invoked by uid 9514); 5 Mar 2012 16:05:00 -0000 Date: Mon, 05 Mar 2012 16:05:00 -0000 Message-ID: <20120305160500.17745.qmail@sourceware.org> From: pmuldoon@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-pmuldoon-python-backtrace: Build with -Wmissing-prototypes X-Git-Refname: refs/heads/archer-pmuldoon-python-backtrace X-Git-Reftype: branch X-Git-Oldrev: 977e5aa59ecd64db282749a32186254864eed9dd X-Git-Newrev: c300a80104d86c41d254429fb0e94fa94e93b8ae X-SW-Source: 2012-q1/txt/msg00050.txt.bz2 List-Id: 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 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.