summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-05-07 19:35:50 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-05-07 19:35:50 -0400
commit4bd48e4b30fdf2caa4d4d9cc9a52dad347807535 (patch)
treeff5dd7f9d1b812d777b230dfd20a0891a37fb364 /main.cxx
parent3e2a19a9f57fe40b872f5084c5c60ba1a45f087c (diff)
downloadsystemtap-steved-4bd48e4b30fdf2caa4d4d9cc9a52dad347807535.tar.gz
systemtap-steved-4bd48e4b30fdf2caa4d4d9cc9a52dad347807535.tar.xz
systemtap-steved-4bd48e4b30fdf2caa4d4d9cc9a52dad347807535.zip
PR6492: make listing mode warning-free
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cxx b/main.cxx
index 6546db11..53c8b51f 100644
--- a/main.cxx
+++ b/main.cxx
@@ -510,6 +510,7 @@ main (int argc, char * const argv [])
break;
case 'l':
+ s.suppress_warnings = true;
s.listing_mode = true;
s.last_pass = 2;
if (have_script)