summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
authorMark Wielaard <mwielaard@redhat.com>2008-06-11 18:30:57 +0200
committerMark Wielaard <mwielaard@redhat.com>2008-06-11 18:30:57 +0200
commit005b8a330592b0a4a9bfc2b46c222e8bf1c18753 (patch)
treeba4e63c559ecb9f327c1005d96c6d1a0ce955a3a /session.h
parent20fb5020388d8ef57777f5e75a2430f2ee15cac3 (diff)
downloadsystemtap-steved-005b8a330592b0a4a9bfc2b46c222e8bf1c18753.tar.gz
systemtap-steved-005b8a330592b0a4a9bfc2b46c222e8bf1c18753.tar.xz
systemtap-steved-005b8a330592b0a4a9bfc2b46c222e8bf1c18753.zip
Micro-optimize print_warning output. Fix warnings.exp line count.
Diffstat (limited to 'session.h')
-rw-r--r--session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.h b/session.h
index fc2ca2a9..ba945149 100644
--- a/session.h
+++ b/session.h
@@ -167,7 +167,7 @@ struct systemtap_session
unsigned num_errors () { return seen_errors.size(); }
// void print_error (const parse_error& e);
void print_error (const semantic_error& e);
- void print_warning (std::string w);
+ void print_warning (std::string w);
// reNB: new POD members likely need to be explicitly cleared in the ctor.
};