From 78f6bba6ce01c217f8f92adbdf99e8f82ab47573 Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 19 Feb 2007 18:28:52 +0000 Subject: 2007-02-19 Frank Ch. Eigler PR 4078 and more, including patch from Eugeniy Meshcheryakov : * Makefile.am (AM_CXXFLAGS, AM_CFLAGS): Add -Wextra -Wall -Werror consistently. * Makefile.in: Regenerated. (*): Many minor warning fixes. --- elaborate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elaborate.h') diff --git a/elaborate.h b/elaborate.h index 3f1c2275..aafe0ae1 100644 --- a/elaborate.h +++ b/elaborate.h @@ -117,7 +117,7 @@ struct derived_probe: public probe virtual void join_group (systemtap_session& s) = 0; virtual probe_point* sole_location (); - virtual void emit_probe_context_vars (translator_output* o) {} + virtual void emit_probe_context_vars (translator_output*) {} // From within unparser::emit_common_header, add any extra variables // to this probe's context locals. -- cgit