Browse Source

* pas2jni: Fixed more case statement warnings.

git-svn-id: trunk@43376 -
yury 5 years ago
parent
commit
b4e0c72cbe
1 changed files with 2 additions and 0 deletions
  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;