summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorfche <fche>2007-10-06 02:42:29 +0000
committerfche <fche>2007-10-06 02:42:29 +0000
commita9e8f7e0533811be2cd7c9a88d9058da8caa1d11 (patch)
tree1bf932760ff25506f7fb8c9c2fc118bb249f5113 /ChangeLog
parent9ac6c5a8273dd7133a79517c9cd47b1a66b51c24 (diff)
downloadsystemtap-steved-a9e8f7e0533811be2cd7c9a88d9058da8caa1d11.tar.gz
systemtap-steved-a9e8f7e0533811be2cd7c9a88d9058da8caa1d11.tar.xz
systemtap-steved-a9e8f7e0533811be2cd7c9a88d9058da8caa1d11.zip
PR1119: unused variable elision warnings
2007-10-05 Frank Ch. Eigler <fche@elastic.org> PR 1119 * elaborate.cxx (semantic_pass_opt[12]): Warn on elided variables/functions in user script. * session.h (suppress_warnings): New field. Change "timing" to plain old bool. * main.cxx (main): Configure warnings on by default. * stap.1.in: Document this. PR 1119. * systemtap.base/warnings.*: New test. * futexes.stp, sig_by_proc.stp, small_demos/rwtiming.stp: Fix elision warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56783eec..7e6861c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2007-10-05 Frank Ch. Eigler <fche@elastic.org>
+ PR 1119
+ * elaborate.cxx (semantic_pass_opt[12]): Warn on elided
+ variables/functions in user script.
+ * session.h (suppress_warnings): New field. Change
+ "timing" to plain old bool.
+ * main.cxx (main): Configure warnings on by default.
+ * stap.1.in: Document this.
+
+2007-10-05 Frank Ch. Eigler <fche@elastic.org>
+
PR 5036
* systemtap.spec.in: Create new systemtap-testsuite sub-rpm.
Install crash(8)'s staplog.so into -runtime sub-rpm if built.