diff options
author | George Hazan <ghazan@miranda.im> | 2017-07-31 11:12:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-07-31 11:12:15 +0300 |
commit | 0759816934ba1f223451449f2fefad938217017c (patch) | |
tree | b5ac04e0132dca9d6c9189e8a027163980ec992f /plugins/NewAwaySysMod | |
parent | 2a68715604212f62d96950341de9fa172c62d8c2 (diff) |
headers code cleaning
Diffstat (limited to 'plugins/NewAwaySysMod')
-rw-r--r-- | plugins/NewAwaySysMod/NewAwaySys.log | 33 |
1 files changed, 33 insertions, 0 deletions
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 |