| | Compiling...
winmain.cpp
e:\Sources\notepad++\PowerEditor\src\WinControls\Window.h(69) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\UserDefineDialog.h(49) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(255) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(284) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(292) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(319) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(323) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(327) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\WinControls\ToolBar\ToolBar.h(24) : warning C4005: '_WIN32_IE' : macro redefinition
e:\m$.net\Vc7\PlatformSDK\Include\PrSht.h(19) : see previous definition of '_WIN32_IE'
e:\Sources\notepad++\PowerEditor\src\WinControls\TabBar\TabBar.h(169) : warning C4312: 'type cast' : conversion from 'LONG' to 'TabBar *' of greater size
e:\Sources\notepad++\PowerEditor\src\WinControls\SplitterContainer\Splitter.h(87) : warning C4800: 'const DWORD' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\FindReplaceDlg.h(113) : warning C4244: 'initializing' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\FindReplaceDlg.h(115) : warning C4244: '=' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\WinControls\AboutDlg\URLCtrl.h(39) : warning C4312: 'type cast' : conversion from 'LONG' to 'URLCtrl *' of greater size
tinyxmlparser.cpp
tinyxmlerror.cpp
tinyxml.cpp
e:\Sources\notepad++\PowerEditor\src\TinyXml\tinyxml.cpp(96) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
tinystr.cpp
e:\Sources\notepad++\PowerEditor\src\TinyXml\tinystr.cpp(49) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\TinyXml\tinystr.cpp(95) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\TinyXml\tinystr.cpp(143) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\TinyXml\tinystr.cpp(262) : warning C4244: 'return' : conversion from '__w64 int' to 'unsigned int', possible loss of data
UserDefineDialog.cpp
e:\Sources\notepad++\PowerEditor\src\WinControls\Window.h(69) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\UserDefineDialog.h(49) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(255) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(284) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(292) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(319) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(323) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(327) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
URLCtrl.cpp
e:\Sources\notepad++\PowerEditor\src\WinControls\Window.h(69) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\WinControls\AboutDlg\URLCtrl.h(39) : warning C4312: 'type cast' : conversion from 'LONG' to 'URLCtrl *' of greater size
e:\Sources\notepad++\PowerEditor\src\WinControls\AboutDlg\URLCtrl.cpp(93) : warning C4311: 'type cast' : pointer truncation from 'LRESULT (__stdcall *)(HWND,UINT,WPARAM,LPARAM)' to 'LONG'
e:\Sources\notepad++\PowerEditor\src\WinControls\AboutDlg\URLCtrl.cpp(93) : warning C4312: 'type cast' : conversion from 'LONG' to 'WNDPROC' of greater size
e:\Sources\notepad++\PowerEditor\src\WinControls\AboutDlg\URLCtrl.cpp(96) : warning C4311: 'type cast' : pointer truncation from 'URLCtrl *const ' to 'LONG'
ToolBar.cpp
e:\Sources\notepad++\PowerEditor\src\WinControls\Window.h(69) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\WinControls\ToolBar\ToolBar.h(24) : warning C4005: '_WIN32_IE' : macro redefinition
e:\m$.net\Vc7\PlatformSDK\Include\PrSht.h(19) : see previous definition of '_WIN32_IE'
TabBar.cpp
e:\Sources\notepad++\PowerEditor\src\WinControls\Window.h(69) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\WinControls\TabBar\TabBar.h(169) : warning C4312: 'type cast' : conversion from 'LONG' to 'TabBar *' of greater size
e:\Sources\notepad++\PowerEditor\src\WinControls\TabBar\TabBar.cpp(98) : warning C4311: 'reinterpret_cast' : pointer truncation from 'TabBar *const ' to 'LONG'
e:\Sources\notepad++\PowerEditor\src\WinControls\TabBar\TabBar.cpp(99) : warning C4311: 'reinterpret_cast' : pointer truncation from 'LRESULT (__stdcall *)(HWND,UINT,WPARAM,LPARAM)' to 'LONG'
e:\Sources\notepad++\PowerEditor\src\WinControls\TabBar\TabBar.cpp(99) : warning C4312: 'reinterpret_cast' : conversion from 'LONG' to 'WNDPROC' of greater size
e:\Sources\notepad++\PowerEditor\src\WinControls\TabBar\TabBar.cpp(155) : warning C4244: '=' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\WinControls\TabBar\TabBar.cpp(205) : warning C4311: 'reinterpret_cast' : pointer truncation from 'TabBar *const ' to 'unsigned int'
e:\Sources\notepad++\PowerEditor\src\WinControls\TabBar\TabBar.cpp(326) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\WinControls\TabBar\TabBar.cpp(333) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\WinControls\TabBar\TabBar.cpp(368) : warning C4244: 'initializing' : conversion from 'LRESULT' to 'int', possible loss of data
SysMsg.cpp
StatusBar.cpp
e:\Sources\notepad++\PowerEditor\src\WinControls\Window.h(69) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
StaticDialog.cpp
e:\Sources\notepad++\PowerEditor\src\WinControls\Window.h(69) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\WinControls\StaticDialog\StaticDialog.cpp(48) : warning C4312: 'reinterpret_cast' : conversion from 'LONG' to 'StaticDialog *' of greater size
SplitterContainer.cpp
e:\Sources\notepad++\PowerEditor\src\WinControls\Window.h(69) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\WinControls\SplitterContainer\Splitter.h(87) : warning C4800: 'const DWORD' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\WinControls\SplitterContainer\SplitterContainer.cpp(117) : warning C4311: 'reinterpret_cast' : pointer truncation from 'SplitterContainer *' to 'LONG'
e:\Sources\notepad++\PowerEditor\src\WinControls\SplitterContainer\SplitterContainer.cpp(121) : warning C4312: 'type cast' : conversion from 'LONG' to 'SplitterContainer *' of greater size
Splitter.cpp
e:\Sources\notepad++\PowerEditor\src\WinControls\Window.h(69) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\WinControls\SplitterContainer\Splitter.h(87) : warning C4800: 'const DWORD' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\WinControls\SplitterContainer\Splitter.cpp(241) : warning C4311: 'type cast' : pointer truncation from 'Splitter *' to 'long'
e:\Sources\notepad++\PowerEditor\src\WinControls\SplitterContainer\Splitter.cpp(246) : warning C4312: 'type cast' : conversion from 'LONG' to 'Splitter *' of greater size
ScintillaEditView.cpp
e:\Sources\notepad++\PowerEditor\src\WinControls\Window.h(69) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\UserDefineDialog.h(49) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(255) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(284) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(292) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(319) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(323) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(327) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.cpp(770) : warning C4244: 'initializing' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.cpp(772) : warning C4244: 'initializing' : conversion from 'LRESULT' to 'int', possible loss of data
RunDlg.cpp
e:\Sources\notepad++\PowerEditor\src\WinControls\Window.h(69) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\MISC\Process\Process.h(57) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\MISC\Process\Process.h(61) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\WinControls\StaticDialog\RunDlg\RunDlg.cpp(48) : warning C4311: 'type cast' : pointer truncation from 'HINSTANCE' to 'int'
e:\Sources\notepad++\PowerEditor\src\WinControls\StaticDialog\RunDlg\RunDlg.cpp(82) : warning C4244: 'initializing' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\WinControls\StaticDialog\RunDlg\RunDlg.cpp(84) : warning C4244: '=' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\WinControls\StaticDialog\RunDlg\RunDlg.cpp(90) : warning C4244: 'initializing' : conversion from 'LRESULT' to 'int', possible loss of data
Process.cpp
e:\Sources\notepad++\PowerEditor\src\MISC\Process\Process.h(57) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\MISC\Process\Process.h(61) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\MISC\Process\Process.cpp(127) : warning C4101: 'coderr' : unreferenced local variable
Printer.cpp
e:\Sources\notepad++\PowerEditor\src\WinControls\Window.h(69) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\UserDefineDialog.h(49) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(255) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(284) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(292) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(319) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(323) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(327) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
Parameters.cpp
e:\Sources\notepad++\PowerEditor\src\WinControls\Window.h(69) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\UserDefineDialog.h(49) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(255) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(284) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(292) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(319) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(323) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(327) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\Parameters.cpp(149) : warning C4101: 'maxNbFile' : unreferenced local variable
Notepad_plus.cpp
e:\Sources\notepad++\PowerEditor\src\WinControls\Window.h(69) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\UserDefineDialog.h(49) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(255) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(284) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(292) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(319) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(323) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(327) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\WinControls\ToolBar\ToolBar.h(24) : warning C4005: '_WIN32_IE' : macro redefinition
e:\m$.net\Vc7\PlatformSDK\Include\PrSht.h(19) : see previous definition of '_WIN32_IE'
e:\Sources\notepad++\PowerEditor\src\WinControls\TabBar\TabBar.h(169) : warning C4312: 'type cast' : conversion from 'LONG' to 'TabBar *' of greater size
e:\Sources\notepad++\PowerEditor\src\WinControls\SplitterContainer\Splitter.h(87) : warning C4800: 'const DWORD' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\FindReplaceDlg.h(113) : warning C4244: 'initializing' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\FindReplaceDlg.h(115) : warning C4244: '=' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\WinControls\AboutDlg\URLCtrl.h(39) : warning C4312: 'type cast' : conversion from 'LONG' to 'URLCtrl *' of greater size
e:\Sources\notepad++\PowerEditor\src\MISC\Process\Process.h(57) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\MISC\Process\Process.h(61) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\Notepad_plus.cpp(304) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\Notepad_plus.cpp(320) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\Notepad_plus.cpp(321) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\Notepad_plus.cpp(436) : warning C4312: 'reinterpret_cast' : conversion from 'unsigned int' to 'TabBar *' of greater size
e:\Sources\notepad++\PowerEditor\src\Notepad_plus.cpp(607) : warning C4244: 'initializing' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\Notepad_plus.cpp(892) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\Notepad_plus.cpp(1798) : warning C4311: 'type cast' : pointer truncation from 'Notepad_plus *' to 'LONG'
e:\Sources\notepad++\PowerEditor\src\Notepad_plus.cpp(1805) : warning C4312: 'type cast' : conversion from 'LONG' to 'Notepad_plus *' of greater size
Generating Code...
Compiling...
ImageListSet.cpp
FindReplaceDlg.cpp
e:\Sources\notepad++\PowerEditor\src\WinControls\Window.h(69) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\FindReplaceDlg.h(113) : warning C4244: 'initializing' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\FindReplaceDlg.h(115) : warning C4244: '=' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\UserDefineDialog.h(49) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(255) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(284) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(292) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(319) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(323) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(327) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
FileDialog.cpp
e:\Sources\notepad++\PowerEditor\src\WinControls\OpenSaveFileDialog\FileDialog.cpp(90) : warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\WinControls\OpenSaveFileDialog\FileDialog.cpp(94) : warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data
DocTabView.cpp
e:\Sources\notepad++\PowerEditor\src\WinControls\Window.h(69) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\WinControls\TabBar\TabBar.h(169) : warning C4312: 'type cast' : conversion from 'LONG' to 'TabBar *' of greater size
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\UserDefineDialog.h(49) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(255) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(284) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(292) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(319) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(323) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
e:\Sources\notepad++\PowerEditor\src\ScitillaComponent\ScintillaEditView.h(327) : warning C4244: 'return' : conversion from 'LRESULT' to 'int', possible loss of data
AboutDlg.cpp
e:\Sources\notepad++\PowerEditor\src\WinControls\Window.h(69) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
e:\Sources\notepad++\PowerEditor\src\WinControls\AboutDlg\URLCtrl.h(39) : warning C4312: 'type cast' : conversion from 'LONG' to 'URLCtrl *' of greater size
e:\Sources\notepad++\PowerEditor\src\WinControls\AboutDlg\AboutDlg.cpp(27) : warning C4129: 'T' : unrecognized character escape sequence
e:\Sources\notepad++\PowerEditor\src\WinControls\AboutDlg\AboutDlg.cpp(27) : warning C4129: 'Y' : unrecognized character escape sequence
Generating Code...
Compiling resources...
Compiling resources...
Compiling resources...
Linking...
LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
Searching libraries
Searching E:\m$.net\Vc7\PlatformSDK\lib\comctl32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\shlwapi.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\shell32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\kernel32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\user32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\gdi32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\winspool.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\comdlg32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\advapi32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\ole32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\oleaut32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\uuid.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\odbc32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\odbccp32.lib:
Searching E:\m$.net\Vc7\lib\LIBCD.lib:
Searching E:\m$.net\Vc7\lib\OLDNAMES.lib:
Searching E:\m$.net\Vc7\lib\libcpd.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\comctl32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\shlwapi.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\shell32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\kernel32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\user32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\gdi32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\winspool.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\comdlg32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\advapi32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\ole32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\oleaut32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\uuid.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\odbc32.lib:
Searching E:\m$.net\Vc7\PlatformSDK\lib\odbccp32.lib:
Finished searching libraries
|