linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #03133
[Bug 709871] [NEW] Compile error on rev 2403 in MSVC
Public bug reported:
SearchFrame.cpp
win32\SearchFrame.cpp(260) : error C3535: cannot deduce type for 'auto' from 'void'
win32\SearchFrame.cpp(260) : error C2440: 'initializing' : cannot convert from 'void' to 'int'
Expressions of type void cannot be converted to other types
scons: *** [build\release-default\win32\SearchFrame.obj] Error 2
scons: building terminated because of errors.
Press any key to continue . . .
** Affects: dcplusplus
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/709871
Title:
Compile error on rev 2403 in MSVC
Status in DC++:
New
Bug description:
SearchFrame.cpp
win32\SearchFrame.cpp(260) : error C3535: cannot deduce type for 'auto' from 'void'
win32\SearchFrame.cpp(260) : error C2440: 'initializing' : cannot convert from 'void' to 'int'
Expressions of type void cannot be converted to other types
scons: *** [build\release-default\win32\SearchFrame.obj] Error 2
scons: building terminated because of errors.
Press any key to continue . . .
Follow ups
References