Browse Source

* Prevent warning

git-svn-id: trunk@45839 -
michael 5 years ago
parent
commit
e1c1bd3d60
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/fcl-json/src/jsonreader.pp

+ 2 - 0
packages/fcl-json/src/jsonreader.pp

@@ -246,6 +246,8 @@ begin
         DoError(SErrUnexpectedToken);
     tkIdentifier :
         DoError(SErrUnexpectedToken);
+  else
+    // Do nothing
   end;
 end;