From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21079 invoked by alias); 6 Oct 2007 02:42:30 -0000 Received: (qmail 21057 invoked by uid 426); 6 Oct 2007 02:42:30 -0000 Date: Sat, 06 Oct 2007 02:42:00 -0000 Message-ID: <20071006024230.21055.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: src ./ChangeLog ./NEWS ./elaborate.cxx ./main. ... 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: X-SW-Source: 2007-q4/txt/msg00036.txt.bz2 CVSROOT: /cvs/systemtap Module name: src Changes by: fche@sourceware.org 2007-10-06 02:42:30 Modified files: . : ChangeLog NEWS elaborate.cxx main.cxx session.h stap.1.in examples : ChangeLog futexes.stp sig_by_proc.stp examples/small_demos: rwtiming.stp testsuite : ChangeLog Added files: testsuite/systemtap.base: warnings.exp warnings.stp Log message: PR1119: unused variable elision warnings 2007-10-05 Frank Ch. Eigler 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. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.692&r2=1.693 http://sourceware.org/cgi-bin/cvsweb.cgi/src/NEWS.diff?cvsroot=systemtap&r1=1.17&r2=1.18 http://sourceware.org/cgi-bin/cvsweb.cgi/src/elaborate.cxx.diff?cvsroot=systemtap&r1=1.86&r2=1.87 http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.78&r2=1.79 http://sourceware.org/cgi-bin/cvsweb.cgi/src/session.h.diff?cvsroot=systemtap&r1=1.21&r2=1.22 http://sourceware.org/cgi-bin/cvsweb.cgi/src/stap.1.in.diff?cvsroot=systemtap&r1=1.63&r2=1.64 http://sourceware.org/cgi-bin/cvsweb.cgi/src/examples/ChangeLog.diff?cvsroot=systemtap&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/src/examples/futexes.stp.diff?cvsroot=systemtap&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/examples/sig_by_proc.stp.diff?cvsroot=systemtap&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/examples/small_demos/rwtiming.stp.diff?cvsroot=systemtap&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/ChangeLog.diff?cvsroot=systemtap&r1=1.168&r2=1.169 http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/systemtap.base/warnings.exp.diff?cvsroot=systemtap&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/systemtap.base/warnings.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1