Browse Source

New string for new parser option

Michaël Van Canneyt 1 year ago
parent
commit
fe41a51db3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/pastojs/src/pas2jsfiler.pp

+ 2 - 1
packages/pastojs/src/pas2jsfiler.pp

@@ -154,7 +154,8 @@ const
     'AsyncProcs',
     'DisableResources',
     'po_AsmPascalComments',
-    'AllowMem' );
+    'AllowMem',
+    'WarnResourceNotFound');
 
   PCUDefaultModeSwitches: TModeSwitches = [
     msObjfpc,