diff --git a/utils/pas2jni/ppuparser.pas b/utils/pas2jni/ppuparser.pas index a7d5f14757..44819c0ba9 100644 --- a/utils/pas2jni/ppuparser.pas +++ b/utils/pas2jni/ppuparser.pas @@ -561,6 +561,8 @@ var with TClassRefDef(d) do begin ClassRef:=_GetRef(it.Get('Ref', TJSONObject(nil)));; end; + dtNone, dtUnit, dtType, dtJniObject, dtJniEnv: + ; // no action end; end; end;