Skip to content
  • Sebastian Dröge's avatar
    gl: Fix compiler warning about unused const variable with gcc 6 · adfd016d
    Sebastian Dröge authored
      CC       libgstgl_x11_la-gstglcontext_glx.lo
    In file included from gstglcontext_glx.c:39:0:
    ../utils/opengl_versions.h:52:43: error: ‘gles2_versions’ defined but not used [-Werror=unused-const-variable]
     static const struct { int major, minor; } gles2_versions[] = {
                                               ^~~~~~~~~~~~~~
    adfd016d