Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderC2 committed Oct 6, 2012
1 parent 28da10d commit b07558f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/guitest.adb
Expand Up @@ -35,15 +35,13 @@ with OpenGL.Textures;
with Ada.Strings.Unbounded; use Ada.Strings.Unbounded;
with System;
with Ada.Finalization;
pragma Warnings(off);
with Cairo; use Cairo;
with Cairo.Surface; use Cairo.Surface;
with Cairo.Surface.Image; use Cairo.Surface.Image;
with Cairo.Context; use Cairo.Context;
with Ada.Numerics;
with Interfaces.C;
with OpenGL.TextureBuffer;
with System;

procedure GUITest is

Expand All @@ -52,7 +50,7 @@ procedure GUITest is
Terminated : Boolean:=False;
pragma Warnings(Off,Terminated);

Pi : Interfaces.C.double:=Interfaces.C.double(Ada.Numerics.PI);
Pi : constant Interfaces.C.double:=Interfaces.C.double(Ada.Numerics.PI);

VertexShaderSource : constant String:=
"#version 140"&Character'Val(10)&
Expand Down

0 comments on commit b07558f

Please sign in to comment.