This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-24-g5d8a0ae


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 <fche@redhat.com>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]