[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35380] trunk/lib/windows/python/include/ python3.2/pythonrun.h: quiet gcc warning

Campbell Barton ideasman42 at gmail.com
Mon Mar 7 04:12:30 CET 2011


Revision: 35380
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35380
Author:   campbellbarton
Date:     2011-03-07 03:12:30 +0000 (Mon, 07 Mar 2011)
Log Message:
-----------
quiet gcc warning

Modified Paths:
--------------
    trunk/lib/windows/python/include/python3.2/pythonrun.h

Modified: trunk/lib/windows/python/include/python3.2/pythonrun.h
===================================================================
--- trunk/lib/windows/python/include/python3.2/pythonrun.h	2011-03-07 03:11:32 UTC (rev 35379)
+++ trunk/lib/windows/python/include/python3.2/pythonrun.h	2011-03-07 03:12:30 UTC (rev 35380)
@@ -169,7 +169,7 @@
 PyAPI_FUNC(wchar_t *) Py_GetPath(void);
 PyAPI_FUNC(void)      Py_SetPath(const wchar_t *);
 #ifdef MS_WINDOWS
-int _Py_CheckPython3();
+int _Py_CheckPython3(void);
 #endif
 
 /* In their own files */




More information about the Bf-blender-cvs mailing list