mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 04:22:05 +00:00
[build] The cogl GE macro wasn't passing an int according to the format string
This patch simply updates the arguments passed to g_warning inline with the given format string.
This commit is contained in:
parent
5481681e5c
commit
14c3ef1f8d
@ -62,6 +62,7 @@ const gchar *cogl_gl_error_to_string (GLenum error_code);
|
|||||||
{ \
|
{ \
|
||||||
g_warning ("%s: GL error (%d): %s\n", \
|
g_warning ("%s: GL error (%d): %s\n", \
|
||||||
G_STRLOC, \
|
G_STRLOC, \
|
||||||
|
__err, \
|
||||||
cogl_gl_error_to_string (__err)); \
|
cogl_gl_error_to_string (__err)); \
|
||||||
} } G_STMT_END
|
} } G_STMT_END
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user