Browse Source

* pas2jni: Fixed more case statement warnings.

git-svn-id: trunk@43376 -
yury 5 năm trước cách đây
mục cha
commit
b4e0c72cbe
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      utils/pas2jni/ppuparser.pas

+ 2 - 0
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;