Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
ec7ce83b
Commit
ec7ce83b
authored
Mar 03, 2014
by
yoogx
Browse files
* Remove some restrictions for compatibility with GNATColl
parent
97244f62
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/restrictions.adc
View file @
ec7ce83b
...
...
@@ -10,10 +10,12 @@ pragma Restriction_Warnings (No_Direct_Boolean_Operators); -- GNAT specific
pragma Initialize_Scalars;
pragma Profile_Warnings (Ravenscar);
pragma Restrictions (No_Task_Allocators);
pragma Restrictions (No_Protected_Types);
pragma Restrictions (No_Fixed_Point);
--pragma Profile_Warnings (Ravenscar);
--pragma Restrictions (No_Task_Allocators);
--pragma Restrictions (No_Protected_Types);
-- pragma Restrictions (No_Fixed_Point);
-- violated by use of GNATCOll
-- pragma Restrictions (No_Wide_Characters);
-- violated in ocarina-backends-utils.adb:2505
pragma Restrictions (No_Implicit_Heap_Allocations);
--
pragma Restrictions (No_Implicit_Heap_Allocations);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment