fix for error in recent commit (made function static that shouldn't have been), add extra gcc warnings to cmake.

This commit is contained in:
Campbell Barton
2012-09-16 01:35:00 +00:00
parent d724d0adfe
commit c2a1dcf621
6 changed files with 21 additions and 12 deletions

View File

@@ -26,6 +26,8 @@ http://www.gnu.org/copyleft/lesser.txt.
#include "PyObjectPlus.h"
#include "KX_PythonInit.h"
#include <RAS_GLExtensionManager.h>
#include <RAS_IPolygonMaterial.h>
@@ -168,7 +170,7 @@ static struct PyModuleDef VideoTexture_module_def = {
0, /* m_free */
};
static PyObject *initVideoTexture(void)
PyObject *initVideoTexture(void)
{
PyObject * m;