Browse Source

pastojs: bool switches $hints, $notes, $warnings

git-svn-id: trunk@37822 -
Mattias Gaertner 7 years ago
parent
commit
5a5eb66545
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/pastojs/src/fppas2js.pp

+ 3 - 0
packages/pastojs/src/fppas2js.pp

@@ -841,6 +841,9 @@ const
     msIgnoreAttributes];
 
   msAllPas2jsBoolSwitches = [
+    bsHints,
+    bsNotes,
+    bsWarnings,
     bsMacro,
     bsScopedEnums
     ];