From c72dd3c713cc2b21eacae39ce6898f8e5c14e0ad Mon Sep 17 00:00:00 2001 From: Przemysław Pawełczyk Date: Sat, 6 Feb 2010 20:24:06 -0500 Subject: undocumented, obfuscated, *evil* option to suppress -Werror during module building * session.h (omit_werror): New flag. * buildrun.cxx (compile_pass): Use it. * main.cxx (main): Set it. --- session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'session.h') diff --git a/session.h b/session.h index df3aae41..d43b1f21 100644 --- a/session.h +++ b/session.h @@ -118,6 +118,7 @@ struct systemtap_session bool need_uprobes; bool load_only; // flight recorder mode bool unprivileged; + bool omit_werror; // NB: It is very important for all of the above (and below) fields // to be cleared in the systemtap_session ctor (elaborate.cxx) -- cgit