summaryrefslogtreecommitdiffstats
path: root/hash.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'hash.cxx')
-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);