From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11681 invoked by alias); 24 Jan 2011 18:32:59 -0000 Received: (qmail 11637 invoked by uid 426); 24 Jan 2011 18:32:59 -0000 Date: Mon, 24 Jan 2011 18:32:00 -0000 Message-ID: <20110124183259.11600.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-24-g5d8a0ae X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b30b7ed14e6734e0b5b216729aad0e465412c4b1 X-Git-Newrev: 5d8a0aeabbbf3d2e4d0a6c51e6ca9b6d9446c8a0 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2011-q1/txt/msg00045.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via 5d8a0aeabbbf3d2e4d0a6c51e6ca9b6d9446c8a0 (commit) from b30b7ed14e6734e0b5b216729aad0e465412c4b1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5d8a0aeabbbf3d2e4d0a6c51e6ca9b6d9446c8a0 Author: Frank Ch. Eigler Date: Mon Jan 24 13:30:04 2011 -0500 GCC 4.6 unused-variable warnings We set a couple of variables that later code doesn't use. GCC 4.6 warns about them, which our C*FLAGS=-Werror turned into a build failure. Worked around these by adding a (void) var; to add a dummy use. ----------------------------------------------------------------------- Summary of changes: grapher/grapher.cxx | 2 ++ runtime/staprun/common.c | 1 + runtime/staprun/mainloop.c | 2 ++ tapsets.cxx | 6 +++--- translate.cxx | 2 ++ 5 files changed, 10 insertions(+), 3 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool