summaryrefslogtreecommitdiffstats
path: root/parse.cxx
diff options
context:
space:
mode:
authorfche <fche>2007-02-19 18:28:52 +0000
committerfche <fche>2007-02-19 18:28:52 +0000
commit78f6bba6ce01c217f8f92adbdf99e8f82ab47573 (patch)
treea19863cb0f1618535549004e2d86b4742f9ba00c /parse.cxx
parent745250945beabc4507aaeec9e2af50ce3690dda8 (diff)
downloadsystemtap-steved-78f6bba6ce01c217f8f92adbdf99e8f82ab47573.tar.gz
systemtap-steved-78f6bba6ce01c217f8f92adbdf99e8f82ab47573.tar.xz
systemtap-steved-78f6bba6ce01c217f8f92adbdf99e8f82ab47573.zip
2007-02-19 Frank Ch. Eigler <fche@elastic.org>
PR 4078 and more, including patch from Eugeniy Meshcheryakov <eugen@debian.org>: * Makefile.am (AM_CXXFLAGS, AM_CFLAGS): Add -Wextra -Wall -Werror consistently. * Makefile.in: Regenerated. (*): Many minor warning fixes.
Diffstat (limited to 'parse.cxx')
-rw-r--r--parse.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.cxx b/parse.cxx
index 881c75bc..5674daa8 100644
--- a/parse.cxx
+++ b/parse.cxx
@@ -1021,7 +1021,7 @@ parser::parse_statement ()
void
-parser::parse_global (vector <vardecl*>& globals, vector<probe*>& probes)
+parser::parse_global (vector <vardecl*>& globals, vector<probe*>&)
{
const token* t0 = next ();
if (! (t0->type == tok_keyword && t0->content == "global"))