summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2016-07-07 21:55:37 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-07-07 21:55:37 +0000
commitd4ffb636d8fbf851c6f8159aa5ee568177876702 (patch)
tree057115033a2eefcc787fafe752b79a678d8d2989
parent00e3f2995f3bea5232fcdc66041ccb19b8b9d28b (diff)
parentf509370be65b728c0692f4359eae7069a26b01d7 (diff)
downloadnative-d4ffb636d8fbf851c6f8159aa5ee568177876702.tar.gz
Merge "Fix misc-macro-parentheses warnings in opengl."
-rw-r--r--opengl/include/EGL/eglext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/include/EGL/eglext.h b/opengl/include/EGL/eglext.h
index b2abdb1021..ccba4326b5 100644
--- a/opengl/include/EGL/eglext.h
+++ b/opengl/include/EGL/eglext.h
@@ -545,7 +545,7 @@ typedef void (EGLAPIENTRYP PFNEGLSETBLOBCACHEFUNCSANDROIDPROC)(EGLDisplay dpy, E
#define EGL_SYNC_NATIVE_FENCE_ANDROID 0x3144
#define EGL_SYNC_NATIVE_FENCE_FD_ANDROID 0x3145
#define EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID 0x3146
-#define EGL_NO_NATIVE_FENCE_FD_ANDROID -1
+#define EGL_NO_NATIVE_FENCE_FD_ANDROID (-1)
#ifdef EGL_EGLEXT_PROTOTYPES
EGLAPI EGLint EGLAPIENTRY eglDupNativeFenceFDANDROID( EGLDisplay dpy, EGLSyncKHR);
#endif /* EGL_EGLEXT_PROTOTYPES */