From d0a664d102bb0886dbaf844b6857749f70702ea3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 16 Feb 2009 16:55:18 -0400 Subject: Fixed several unused value and param warnings --- python/py_scope.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/py_scope.cc') diff --git a/python/py_scope.cc b/python/py_scope.cc index 51a72c59..55f779d2 100644 --- a/python/py_scope.cc +++ b/python/py_scope.cc @@ -59,7 +59,7 @@ namespace { scope_wrapper(PyObject * self_) : self(self_) {} - virtual expr_t::ptr_op_t lookup(const string& name) { + virtual expr_t::ptr_op_t lookup(const string&) { return NULL; } }; -- cgit v1.2.3