diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-05-07 19:35:50 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-05-07 19:35:50 -0400 |
commit | 4bd48e4b30fdf2caa4d4d9cc9a52dad347807535 (patch) | |
tree | ff5dd7f9d1b812d777b230dfd20a0891a37fb364 /main.cxx | |
parent | 3e2a19a9f57fe40b872f5084c5c60ba1a45f087c (diff) | |
download | systemtap-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.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |