* Fix hints and warnings

This commit is contained in:
Michael Van Canneyt 2025-02-07 09:55:20 +01:00
parent 3786221f6e
commit 665d91db48
3 changed files with 2 additions and 7 deletions

View File

@ -21,7 +21,7 @@ unit debug.objectinspector.wasm;
interface
uses
Classes, SysUtils, js, typinfo, debug.objectinspector.html, wasm.debuginspector.shared, wasienv;
SysUtils, js, typinfo, debug.objectinspector.html, wasm.debuginspector.shared, wasienv;
type

View File

@ -19,10 +19,6 @@ unit wasm.debuginspector.shared;
interface
{$IFDEF PAS2JS}
uses typinfo, rtti;
{$ENDIF}
Const
// API return values
WASMOI_SUCCESS = 0;

View File

@ -20,7 +20,7 @@ unit wasm.pas2js.regexp;
interface
uses
sysutils, js, wasienv, weborworker, wasm.regexp.shared, types;
sysutils, js, wasienv, wasm.regexp.shared, types;
Type
PByte = TWasmPointer;
@ -57,7 +57,6 @@ Type
TWasmRegExpAPI = class(TImportExtension)
Private
FLogAPICalls: Boolean;
FNextID : TWasmRegexpID;
FRegExps : TJSObject;
function GetLogAPICalls: Boolean;