HurricanGame / Hurrican

Freeware jump and shoot game created by Poke53280, based on the Turrican game series by Manfred Trenz
62 stars 22 forks source link

Suspicious warning when building for GLES #48

Closed drfiemost closed 1 year ago

drfiemost commented 1 year ago
In file included from /mnt/devel/projects/Hurrican/Hurrican/src/SDLPort/SDL_port.hpp:41,
                 from /mnt/devel/projects/Hurrican/Hurrican/src/GegnerClass.hpp:19,
                 from /mnt/devel/projects/Hurrican/Hurrican/src/triggers/Trigger_Spikelift.hpp:4,
                 from /mnt/devel/projects/Hurrican/Hurrican/src/triggers/Trigger_Spikelift.cpp:8:
/mnt/devel/projects/Hurrican/Hurrican/src/SDLPort/opengl.hpp:20: warning: "glClearDepth" redefined
   20 | #define glClearDepth glClearDepthf
      | 
In file included from /usr/include/epoxy/gl.h:89,
                 from /mnt/devel/projects/Hurrican/Hurrican/src/SDLPort/opengl.hpp:4:
/usr/include/epoxy/gl_generated.h:16870: note: this is the location of the previous definition
16870 | #define glClearDepth epoxy_glClearDepth
      |