LazMapViewer: Less hints and warnings

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8128 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2021-10-27 16:38:32 +00:00
parent ec31b7bdb6
commit 83b7ffa66d
3 changed files with 5 additions and 3 deletions

View File

@ -12,7 +12,7 @@
unit mvGpsObj; unit mvGpsObj;
{$mode objfpc}{$H+} {$mode objfpc}{$H+}
{$WARN 6058 off : Call to subroutine "$1" marked as inline is not inlined}
interface interface
uses uses

View File

@ -12,7 +12,7 @@
unit mvGPX; unit mvGPX;
{$mode objfpc}{$H+} {$mode objfpc}{$H+}
{$WARN 6058 off : Call to subroutine "$1" marked as inline is not inlined}
interface interface
uses uses

View File

@ -18,7 +18,7 @@
unit mvMapViewer; unit mvMapViewer;
{$MODE objfpc}{$H+} {$MODE objfpc}{$H+}
{$WARN 6058 off : Call to subroutine "$1" marked as inline is not inlined}
interface interface
uses uses
@ -957,6 +957,8 @@ var
gpsList: TGPSObjList; gpsList: TGPSObjList;
i: Integer; i: Integer;
begin begin
Result := nil;
if ATolerance = -1 then if ATolerance = -1 then
ATolerance := DELTA; ATolerance := DELTA;