diff options
| author | 2008-11-08 17:17:14 +0000 | |
|---|---|---|
| committer | 2008-11-08 17:17:14 +0000 | |
| commit | 2850c46e4cadcffb55e346c386137f2757b54af2 (patch) | |
| tree | 9bc18c9a9456c6f732e0e7138236edda16798a12 /src/modules/raweditor/libkviraweditor.cpp | |
| parent | applied patch to fix kvirc4.desktop, thanks to Arfrever (diff) | |
| download | KVIrc-2850c46e4cadcffb55e346c386137f2757b54af2.tar.gz KVIrc-2850c46e4cadcffb55e346c386137f2757b54af2.tar.bz2 KVIrc-2850c46e4cadcffb55e346c386137f2757b54af2.zip | |
hopefully removed all the remaining noisy messages from gcc
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2841 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/raweditor/libkviraweditor.cpp')
| -rw-r--r-- | src/modules/raweditor/libkviraweditor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/raweditor/libkviraweditor.cpp b/src/modules/raweditor/libkviraweditor.cpp index 2c9307c91..633bb9458 100644 --- a/src/modules/raweditor/libkviraweditor.cpp +++ b/src/modules/raweditor/libkviraweditor.cpp @@ -64,12 +64,12 @@ static bool raweditor_module_init(KviModule * m) return true; } -static bool raweditor_module_can_unload(KviModule * m) +static bool raweditor_module_can_unload(KviModule *) { return (g_pRawEditorWindow == 0); } -static bool raweditor_module_cleanup(KviModule *m) +static bool raweditor_module_cleanup(KviModule *) { if(g_pRawEditorWindow)delete g_pRawEditorWindow; g_pRawEditorWindow = 0; |
