summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/warnings.stp
Commit message (Collapse)AuthorAgeFilesLines
* Use relative instead of absolute line. (bug 6611)Stan Cox2008-08-051-1/+1
|
* warning/error message compaction by removing duplicated token file namesFrank Ch. Eigler2008-06-161-1/+0
|
* Bug 6611: read-only variable typo warnings should list alternatives.Stan Cox2008-06-161-1/+11
|
* PR6538: testsuite changesFrank Ch. Eigler2008-05-201-4/+3
|
* PR1119: unused variable elision warningsfche2007-10-061-0/+9
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.