Skip to content

Commit e2b3714

Browse files
committed
Enable back the validity check on template_parser unit.
This bug has been fixed in 2014. At the same time this will ensure that all units are compiled without having error being fatal in release mode. Part of N728-028.
1 parent 577db64 commit e2b3714

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

templates_parser.gpr

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ library project Templates_Parser is
6565
package Compiler is
6666
for Default_Switches ("Ada")
6767
use TP_Shared.Compiler'Default_Switches ("Ada");
68-
for Switches ("templates_parser.adb")
69-
use Compiler'Default_Switches ("Ada") & ("-gnatVn");
70-
-- Disable validity check on those units to work-around N728-028
7168
end Compiler;
7269

7370
package Binder renames TP_Shared.Binder;

0 commit comments

Comments
 (0)