Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-Ada
Commits
dd8dd736
Commit
dd8dd736
authored
Sep 24, 2021
by
Maxime Perrotin
Browse files
Add flag in gpr to support in and out params in interfaces
parent
3dffaee5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/polyorb_hi.gpr.in
View file @
dd8dd736
...
...
@@ -69,7 +69,8 @@ project PolyORB_HI is
--@
WARNINGS_ARE_ERRORS
@
"-gnatwe"
,
--
Warnings
are
errors
"-gnatwG"
,
--
Suppress
warnings
on
unrecognized
pragmas
"-gnat12"
,
--
Ada
2012
mode
"-fstack-usage"
--
Report
stack
usage
"-fstack-usage"
,
--
Report
stack
usage
"-gnatd.E"
--
Allow
In
and
Out
params
to
be
the
same
variable
);
Debug_Options
:=
(
...
...
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