瀏覽代碼

* pas2jni: Fixed more case statement warnings.

git-svn-id: trunk@43376 -
yury 5 年之前
父節點
當前提交
b4e0c72cbe
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      utils/pas2jni/ppuparser.pas

+ 2 - 0
utils/pas2jni/ppuparser.pas

@@ -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;