Skip to content
Snippets Groups Projects
Commit 6c7a7cbf authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by François Cartegnie
Browse files

opengl: gl_util: fix -Wsign-compare warning

    ../../test/../modules/video_output/opengl/gl_util.c: In function ‘LogProgramErrors’:
    ../../test/../modules/video_output/opengl/gl_util.c:121:23: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘GLsizei’ {aka ‘int’} [-Wsign-compare]
      121 |     for (size_t i=0; i<shader_count; ++i)
          |                       ^
parent a3bd36a5
No related branches found
No related tags found
1 merge request!4714Small unused variable and sign-compare warnings fixes
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment