mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 18:49:27 +02:00
* pas2jni: Fixed more case statement warnings.
git-svn-id: trunk@43376 -
This commit is contained in:
parent
843b1b0d49
commit
b4e0c72cbe
@ -561,6 +561,8 @@ var
|
|||||||
with TClassRefDef(d) do begin
|
with TClassRefDef(d) do begin
|
||||||
ClassRef:=_GetRef(it.Get('Ref', TJSONObject(nil)));;
|
ClassRef:=_GetRef(it.Get('Ref', TJSONObject(nil)));;
|
||||||
end;
|
end;
|
||||||
|
dtNone, dtUnit, dtType, dtJniObject, dtJniEnv:
|
||||||
|
; // no action
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user