Skip to content

Commit cbd4fbf

Browse files
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Romain Gora <gora@adacore.com>
1 parent 0538e1d commit cbd4fbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

courses/gnat_studio/labs/010_gnat_studio.lab.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Create Project - Project Settings
5050
.. code:: Ada
5151
5252
package Compiler is
53-
for Switches ("ada") use ("-g", "-gnatw");
53+
for Switches ("ada") use ("-g", "-gnatwa");
5454
end Compiler;
5555
5656
* Click :menu:`Save` to save the project file

0 commit comments

Comments
 (0)