You are not logged in.
Pages: 1
Delphi 10.4.2, mORMot2 commit 4d402b1
Unit mormot.core.threads.pas, line 2680
[dcc32 Hinweis] mormot.core.threads.pas(2680): H2077 Auf 'found' zugewiesener Wert wird niemals benutzt
Translation: Value assigned to "found" is never used
With best regards
Thomas
Offline
On Windows, this part should not be compiled by Delphi because USE_WINIOCP is defined.
USE_WINIOCP is not defined if ONLYUSEHTTPSOCKET is defined. Therefore, this part can also be compiled under Windows.
When I look at the source code the initialization with found := nil should not be necessary.
With best regards
Thomas
Offline
Pages: 1