Skip to content

Commit

Permalink
M agpl.gpr
Browse files Browse the repository at this point in the history
M    agpl-gdk/agpl-gdk.adb
  • Loading branch information
mosteo committed May 21, 2007
1 parent 642c37f commit de4dc44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agpl-gdk/agpl-gdk.adb
Expand Up @@ -47,7 +47,7 @@ package body Agpl.Gdk is
B : Float_Matrix;
Result : Float_Matrix;
I_PIVOT, J_PIVOT : Integer range 1 .. X'Length (1);
BIG_ENTRY, TEMP, EPSILON : Float;
BIG_ENTRY, TEMP, EPSILON : Float := 0.0;
L, M : array (1 .. X'Length (1)) of Integer;

-- *******************************************************************
Expand Down
4 changes: 2 additions & 2 deletions agpl.gpr
Expand Up @@ -95,8 +95,8 @@ project Agpl is
for Default_Switches ("Ada") use ("-g", "-gnatf", "-gnat05", "-gnatwcfjklmopruvz", "-gnatyacehikn", "-gnatqQ");

-- Switches for files with problems
for Switches ("agpl-gdk.adb") use Compiler'Default_Switches ("Ada") & ("-O0", "-gnatao", "-fstack-check");
for Switches ("agpl-gdk-drawer_figures.adb") use Compiler'Default_Switches ("Ada") & ("-O0", "-gnatao", "-fstack-check");
-- for Switches ("agpl-gdk.adb") use Compiler'Default_Switches ("Ada") & ("-O0", "-gnatao", "-fstack-check");
-- for Switches ("agpl-gdk-drawer_figures.adb") use Compiler'Default_Switches ("Ada") & ("-O0", "-gnatao", "-fstack-check");

case Build is
when "Profile" =>
Expand Down

0 comments on commit de4dc44

Please sign in to comment.