Closed rogermc2 closed 5 years ago
I have installed GNAT Community 2019. However, GL.Fixed.Lighting compilation fails with:
GL.Fixed.Lighting
gl-fixed-lighting.ads:75:13: warning: use of an anonymous access type allocator
This warning is occurs for each item in Lights : constant array.
Lights : constant array
This should be fixed with the merging of #126, right?
I just removed the whole code that caused this. It was idiotic and could be done without allocating anything on the heap.
I have installed GNAT Community 2019. However,
GL.Fixed.Lighting
compilation fails with:This warning is occurs for each item in
Lights : constant array
.