From 57a56e00067b4546bb0da15fb00653ee0341f5af Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 25 Feb 2010 21:14:52 -0500 Subject: PR11075: -W option to turn warnings into errors * session.h * NEWS: Discuss it. * main.cxx: Parse it. * session.h (num_errors): Provide it. * semok/fortyeight.stp, semok/thirtyseven.stp: Test it. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 85619f8e..d9f70676 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ * What's new +- A new command line flag '-W' forces systemtap to abort translation of + a script if any warnings are produced. It is similar to gcc's -Werror. + (If '-w' is also supplied to suppress warnings, it wins.) + - A new predicate @defined is available for testing whether a particular $variable/expression is resolvable at translate time: probe foo { if (@defined($bar)) log ("$bar is available here") } -- cgit