From 5135e40277f5603bfc439aca6a795b267bf70cb3 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Mon, 21 Feb 2011 11:47:17 +0100 Subject: s4:scripting/python/modules.[ch] - explicitly say that "py_update_path" takes no argument MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This quiets some build warnings. Autobuild-User: Matthias Dieter Wallnöfer Autobuild-Date: Mon Feb 21 14:42:00 CET 2011 on sn-devel-104 --- source4/scripting/python/modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting/python/modules.c') diff --git a/source4/scripting/python/modules.c b/source4/scripting/python/modules.c index abf5c46015..78cdbc0d87 100644 --- a/source4/scripting/python/modules.c +++ b/source4/scripting/python/modules.c @@ -31,7 +31,7 @@ static bool PySys_PathPrepend(PyObject *list, const char *path) return (PyList_Insert(list, 0, py_path) == 0); } -bool py_update_path() +bool py_update_path(void) { PyObject *mod_sys, *py_path; -- cgit