diff options
Diffstat (limited to 'services/surfaceflinger/GLExtensions.cpp')
-rw-r--r-- | services/surfaceflinger/GLExtensions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/GLExtensions.cpp b/services/surfaceflinger/GLExtensions.cpp index 0cbf4b1..e5fb083 100644 --- a/services/surfaceflinger/GLExtensions.cpp +++ b/services/surfaceflinger/GLExtensions.cpp @@ -80,7 +80,7 @@ void GLExtensions::initWithGLStrings( mHaveDirectTexture = true; } #else -#warning "EGL_ANDROID_image_native_buffer not supported" +#error "EGL_ANDROID_image_native_buffer not supported" #endif if (hasExtension("GL_ARB_texture_non_power_of_two")) { |