diff options
| author | 2009-08-13 05:56:03 +0000 | |
|---|---|---|
| committer | 2009-08-13 05:56:03 +0000 | |
| commit | 4130d1a8babfa519f4be79a7a0a749382f26bb99 (patch) | |
| tree | 36cd54bd1a5bd4032b33fbf578ae7db5b022c26e /src | |
| parent | fix for #515 (diff) | |
| download | KVIrc-4130d1a8babfa519f4be79a7a0a749382f26bb99.tar.gz KVIrc-4130d1a8babfa519f4be79a7a0a749382f26bb99.tar.bz2 KVIrc-4130d1a8babfa519f4be79a7a0a749382f26bb99.zip | |
Compilation warning supression
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3411 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/perlcore/libkviperlcore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/perlcore/libkviperlcore.cpp b/src/modules/perlcore/libkviperlcore.cpp index 29c3ce32d..50e4c6a55 100644 --- a/src/modules/perlcore/libkviperlcore.cpp +++ b/src/modules/perlcore/libkviperlcore.cpp @@ -160,7 +160,7 @@ bool KviPerlInterpreter::init() { if(m_pInterpreter)done(); int daArgc = 4; - char * daArgs[] = { "yo", "-e", "0", "-w" }; + const char * daArgs[] = { "yo", "-e", "0", "-w" }; char ** daEnv=NULL; PERL_SYS_INIT3(&daArgc,(char ***)&daArgs,&daEnv); m_pInterpreter = perl_alloc(); |
