diff options
| author | 2009-09-02 17:14:59 +0000 | |
|---|---|---|
| committer | 2009-09-02 17:14:59 +0000 | |
| commit | b1c5a9cbd8a51fe98ec0e44d9f97788c81518a37 (patch) | |
| tree | 9bb2e7591dadf0841c3acf2582755762aee2350d /src/modules/pythoncore | |
| parent | more compilation denoising (diff) | |
| download | KVIrc-b1c5a9cbd8a51fe98ec0e44d9f97788c81518a37.tar.gz KVIrc-b1c5a9cbd8a51fe98ec0e44d9f97788c81518a37.tar.bz2 KVIrc-b1c5a9cbd8a51fe98ec0e44d9f97788c81518a37.zip | |
even moar compilation denoising
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3469 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/pythoncore')
| -rw-r--r-- | src/modules/pythoncore/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/modules/pythoncore/libkvipythoncore.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/pythoncore/CMakeLists.txt b/src/modules/pythoncore/CMakeLists.txt index 42d5411a7..dd4d29669 100644 --- a/src/modules/pythoncore/CMakeLists.txt +++ b/src/modules/pythoncore/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists for src/modules/pythoncore -SET(kvipythoncore_MOC_HDRS - pythoncoreinterface.h +SET(kvipythoncore_MOC_HDRS "" +# pythoncoreinterface.h ) SET(kvipythoncore_SRCS diff --git a/src/modules/pythoncore/libkvipythoncore.cpp b/src/modules/pythoncore/libkvipythoncore.cpp index e26bfba2e..49cfac429 100644 --- a/src/modules/pythoncore/libkvipythoncore.cpp +++ b/src/modules/pythoncore/libkvipythoncore.cpp @@ -68,7 +68,7 @@ */ #endif // COMPILE_PYTHON_SUPPORT -static bool pythoncore_module_init(KviModule * m) +static bool pythoncore_module_init(KviModule *) { #ifdef COMPILE_PYTHON_SUPPORT @@ -92,7 +92,7 @@ static bool pythoncore_module_init(KviModule * m) return false; } -static bool pythoncore_module_cleanup(KviModule * m) +static bool pythoncore_module_cleanup(KviModule *) { #ifdef COMPILE_PYTHON_SUPPORT //perlcore_destroy_all_interpreters(); |
