* clutter/cogl/gl/cogl-internal.h
* clutter/cogl/gles/cogl-internal.h: Removes semicolon after the GE() macro since that breaks using it as a single statement.
This commit is contained in:
parent
e733889655
commit
6731dfa468
@ -46,7 +46,7 @@ const char *_cogl_error_string(GLenum errorCode);
|
||||
|
||||
#else /* COGL_DEBUG */
|
||||
|
||||
#define GE(x) (x);
|
||||
#define GE(x) (x)
|
||||
|
||||
#endif /* COGL_DEBUG */
|
||||
|
||||
|
@ -70,7 +70,7 @@ const char *_cogl_error_string(GLenum errorCode);
|
||||
|
||||
#else /* COGL_DEBUG */
|
||||
|
||||
#define GE(x) (x);
|
||||
#define GE(x) (x)
|
||||
|
||||
#endif /* COGL_DEBUG */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user