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 "oprofile".
The branch, master has been updated
via 152be3ddc746dae5bc4492eb41f7ab42f1882654 (commit)
from f63504d9e7057166b51d175d831aa75e428a1fc0 (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 152be3ddc746dae5bc4492eb41f7ab42f1882654
Author: Maynard Johnson <maynardj@...>
Date: Tue Jul 24 06:41:17 2012 -0500
Make git builds use -Werror and fix resulting warning message in operf.cpp
When I merged the perf-events branch, I forgot to change the
"AM_INIT_AUTOMAKE(oprofile, 0.9.8_perf_events)" to
"AM_INIT_AUTOMAKE(oprofile, 0.9.8git)" so that git builds
would use -Werror. Changing this resulted in one warning message
treated as an error due to an unused variable in pe_profiling/operf.cpp.
This patch fixes this warning, along with changing configure.in
to use "0.9.8git".
Signed-off-by: Maynard Johnson <maynardj@...>
-----------------------------------------------------------------------
Summary of changes:
configure.in | 2 +-
pe_profiling/operf.cpp | 2 --
2 files changed, 1 insertions(+), 3 deletions(-)
hooks/post-receive
--
oprofile
|