summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-07-31 11:12:15 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-07-31 11:12:15 +0300
commit0759816934ba1f223451449f2fefad938217017c (patch)
treeb5ac04e0132dca9d6c9189e8a027163980ec992f /plugins
parent2a68715604212f62d96950341de9fa172c62d8c2 (diff)
headers code cleaning
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ExternalAPI/m_toptoolbar.h6
-rw-r--r--plugins/NewAwaySysMod/NewAwaySys.log33
2 files changed, 37 insertions, 2 deletions
diff --git a/plugins/ExternalAPI/m_toptoolbar.h b/plugins/ExternalAPI/m_toptoolbar.h
index cd98be6dee..cf0d90c609 100644
--- a/plugins/ExternalAPI/m_toptoolbar.h
+++ b/plugins/ExternalAPI/m_toptoolbar.h
@@ -1,6 +1,10 @@
#ifndef M_TOPTOOLBAR_H
#define M_TOPTOOLBAR_H
+#ifndef M_CORE_H__
+#include <m_core.h>
+#endif
+
#define TTB_OPTDIR "TopToolBar"
//button flags
@@ -58,8 +62,6 @@ lparam = hLangpack
returns: hTTBButton - handle of added button on success, -1 on failure.
*/
-extern int hLangpack;
-
__forceinline HANDLE TopToolbar_AddButton(TTBButton *pButton)
{ return (HANDLE)CallService("TopToolBar/AddButton", (WPARAM)pButton, hLangpack);
}
diff --git a/plugins/NewAwaySysMod/NewAwaySys.log b/plugins/NewAwaySysMod/NewAwaySys.log
new file mode 100644
index 0000000000..230412aa7c
--- /dev/null
+++ b/plugins/NewAwaySysMod/NewAwaySys.log
@@ -0,0 +1,33 @@
+ stdafx.cxx
+ AwayOpt.cpp
+ AwaySys.cpp
+ Client.cpp
+ ContactList.cpp
+src\ContactList.cpp(663): warning C4189: 'Res' : local variable is initialized but not referenced
+ CString.cpp
+ GroupCheckbox.cpp
+ MsgEventAdded.cpp
+src\MsgEventAdded.cpp(85): warning C4100: 'DefaultRetVal' : unreferenced formal parameter
+ MsgTree.cpp
+src\MsgTree.cpp(67): warning C4211: nonstandard extension used : redefined extern to static
+src\MsgTree.cpp(619): warning C4239: nonstandard extension used : 'argument' : conversion from 'CTreeItem' to 'CTreeItem &'
+ A non-const reference may only be bound to an lvalue
+src\MsgTree.cpp(638): warning C4239: nonstandard extension used : 'argument' : conversion from 'CTreeItem' to 'CTreeItem &'
+ A non-const reference may only be bound to an lvalue
+ Notification.cpp
+src\Notification.cpp(53): warning C4505: 'ShowContactMenu' : unreferenced local function has been removed
+ Options.cpp
+src\Options.cpp(266): warning C4512: 'sTreeReadEnumData' : assignment operator could not be generated
+ src\Options.cpp(257) : see declaration of 'sTreeReadEnumData'
+src\Options.cpp(645): warning C4512: 'sListReadEnumData' : assignment operator could not be generated
+ src\Options.cpp(636) : see declaration of 'sListReadEnumData'
+src\Options.cpp(763): warning C4189: 'Res' : local variable is initialized but not referenced
+src\Options.cpp(792): warning C4189: 'Res' : local variable is initialized but not referenced
+ Properties.cpp
+ ReadAwayMsg.cpp
+ Services.cpp
+ SetAwayMsg.cpp
+ Creating library W:\miranda-ng\bin10\Release64\Obj\NewAwaySys\NewAwaySys.lib and object W:\miranda-ng\bin10\Release64\Obj\NewAwaySys\NewAwaySys.exp
+ Generating code
+ Finished generating code
+ NewAwaySys.vcxproj -> W:\miranda-ng\bin10\Release64\Plugins\NewAwaySys.dll