mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 01:59:29 +01:00
Opkman: Less hints
git-svn-id: trunk@64738 -
This commit is contained in:
parent
09075a320b
commit
4d7eac2eb8
@ -150,9 +150,10 @@ For more info please visit: http://wiki.freepascal.org/Online_Package_Manager"/>
|
||||
</Item29>
|
||||
<Item30>
|
||||
<Filename Value="opkman_opensslfrm.pas"/>
|
||||
<UnitName Value="opkman_opensslfrm"/>
|
||||
<UnitName Value="opkman_OpenSSLfrm"/>
|
||||
</Item30>
|
||||
</Files>
|
||||
<CompatibilityMode Value="True"/>
|
||||
<i18n>
|
||||
<EnableI18N Value="True"/>
|
||||
<OutDir Value="languages"/>
|
||||
|
||||
@ -254,7 +254,7 @@ end;
|
||||
|
||||
procedure TThreadDownload.DoOnJSONDownloadCompleted;
|
||||
var
|
||||
JSON: TJSONStringType;
|
||||
JSON: TJSONStringType = '';
|
||||
JSONFile: String;
|
||||
begin
|
||||
if Assigned(FOnJSONComplete) then
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
unit opkman_serializablepackages;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
{$WARN 6058 off : Call to subroutine "$1" marked as inline is not inlined}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
||||
Loading…
Reference in New Issue
Block a user