File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ libopus = "^1.3.1"
14
14
15
15
[build-switches ]
16
16
validation.compile_checks = " warnings"
17
- "*".style_checks = [" -gnatygAO -Is" ]
17
+ "*".style_checks = [" -gnatygAOM99 -Is" ]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ project Opus_Ada is
17
17
for Library_Kind use Library_Type;
18
18
19
19
package Compiler is
20
- for Default_Switches ("Ada") use Opus_Ada_Config.Ada_Compiler_Switches & ("-gnatyM99") ;
20
+ for Default_Switches ("Ada") use Opus_Ada_Config.Ada_Compiler_Switches;
21
21
for Local_Configuration_Pragmas use "gnat.adc";
22
22
end Compiler;
23
23
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ opus_ada = { path = "../" }
19
19
20
20
[build-switches ]
21
21
validation.compile_checks = " warnings"
22
- "*".style_checks = [" -gnatygAO -Is" ]
22
+ "*".style_checks = [" -gnatygAOM99 -Is" ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ project Opus_Ada_Tests is
14
14
15
15
package Compiler is
16
16
for Default_Switches ("Ada") use Opus_Ada_Tests_Config.Ada_Compiler_Switches &
17
- ("-gnatyM99", "- -coverage");
17
+ ("--coverage");
18
18
for Local_Configuration_Pragmas use "gnat.adc";
19
19
end Compiler;
20
20
You can’t perform that action at this time.
0 commit comments