summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/opengl/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/utils.c b/video/out/opengl/utils.c
index 4fbe4053dc..9b01912041 100644
--- a/video/out/opengl/utils.c
+++ b/video/out/opengl/utils.c
@@ -1061,7 +1061,7 @@ void gl_sc_generate(struct gl_shader_cache *sc)
// How many samples to keep around, for the sake of average and peak
// calculations. This corresponds to a few seconds (exact time variable)
-#define QUERY_SAMPLE_SIZE 256
+#define QUERY_SAMPLE_SIZE 256u
struct gl_timer {
GL *gl;