summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2010-02-22 12:14:48 -0500
committerFrank Ch. Eigler <fche@elastic.org>2010-02-22 12:14:48 -0500
commitd6c273473f7bea4d696c95ca48d55ca26e25ab2f (patch)
tree36f430db17ec5f807055fb45f46ef8060415ba35
parentefa6ba96ac868b9f6e8935b8465267ff762891ed (diff)
downloadsystemtap-steved-d6c273473f7bea4d696c95ca48d55ca26e25ab2f.tar.gz
systemtap-steved-d6c273473f7bea4d696c95ca48d55ca26e25ab2f.tar.xz
systemtap-steved-d6c273473f7bea4d696c95ca48d55ca26e25ab2f.zip
hashing: add in the -Werror-defeating flag
-rw-r--r--hash.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/hash.cxx b/hash.cxx
index 8664bb63..1ebc76e5 100644
--- a/hash.cxx
+++ b/hash.cxx
@@ -200,6 +200,7 @@ find_script_hash (systemtap_session& s, const string& script, const hash &base)
h.add(s.consult_symtab); // --kelf, --kmap
h.add(s.skip_badvars); // --skip-badvars
h.add(s.unprivileged); // --unprivileged
+ h.add(s.omit_werror); // undocumented, evil
if (!s.kernel_symtab_path.empty()) // --kmap
{
h.add(s.kernel_symtab_path);