blob: 230412aa7c5048ac61293b955c23b6e36f907274 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
|