diff options
author | fche <fche> | 2007-02-19 18:28:52 +0000 |
---|---|---|
committer | fche <fche> | 2007-02-19 18:28:52 +0000 |
commit | 78f6bba6ce01c217f8f92adbdf99e8f82ab47573 (patch) | |
tree | a19863cb0f1618535549004e2d86b4742f9ba00c /parse.cxx | |
parent | 745250945beabc4507aaeec9e2af50ce3690dda8 (diff) | |
download | systemtap-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.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")) |