diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-09-11 16:10:50 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-09-11 16:11:09 -0400 |
commit | 41a6bdc97595066a4f8fd3147102cc36b54c5822 (patch) | |
tree | 5c4137f2d464ad28c6bd32e4518c0eac757ae2c7 /translate.cxx | |
parent | 7d24ceab85d64c5e9dcb4963d91d123d8303ef30 (diff) | |
download | systemtap-steved-41a6bdc97595066a4f8fd3147102cc36b54c5822.tar.gz systemtap-steved-41a6bdc97595066a4f8fd3147102cc36b54c5822.tar.xz systemtap-steved-41a6bdc97595066a4f8fd3147102cc36b54c5822.zip |
comment out new "WARNING: unwind data not found ..."
Diffstat (limited to 'translate.cxx')
-rw-r--r-- | translate.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/translate.cxx b/translate.cxx index 64308fe3..e92c8483 100644 --- a/translate.cxx +++ b/translate.cxx @@ -4517,8 +4517,13 @@ dump_unwindsyms (Dwfl_Module *m, } else { + // There would be only a small benefit to warning. A user + // likely can't do anything about this; backtraces for the + // affected module would just get all icky heuristicy. +#if 0 c->session.print_warning ("No unwind data for " + modname + ", " + dwfl_errmsg (-1)); +#endif } for (unsigned secidx = 0; secidx < seclist.size(); secidx++) |