diff options
| author | David 'Digit' Turner <digit@google.com> | 2014-10-30 15:35:26 +0100 |
|---|---|---|
| committer | bohu <bohu@google.com> | 2014-11-25 12:31:48 -0800 |
| commit | 4425a99e305e9bd4a64a46ed7ce91396619e090e (patch) | |
| tree | fb7f1c11d6a8ff02137337603b656880d0deee72 /emulator/opengl/host/libs | |
| parent | c844e2de1b4b5b27d5f093c67104cd627b10c9ed (diff) | |
| download | sdk-4425a99e305e9bd4a64a46ed7ce91396619e090e.zip sdk-4425a99e305e9bd4a64a46ed7ce91396619e090e.tar.gz sdk-4425a99e305e9bd4a64a46ed7ce91396619e090e.tar.bz2 | |
emulator/opengl: Remove compiler warnings.
This patch ensures that the auto-generated client_context.h
headers do not generate compiler warnings in the setError()
function.
+ Remove tiny warning for NativeLinuxSubWindow.cpp
Change-Id: Ibab92ab3332fd284589435732b52c011ae21c15f
Diffstat (limited to 'emulator/opengl/host/libs')
| -rw-r--r-- | emulator/opengl/host/libs/libOpenglRender/NativeLinuxSubWindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulator/opengl/host/libs/libOpenglRender/NativeLinuxSubWindow.cpp b/emulator/opengl/host/libs/libOpenglRender/NativeLinuxSubWindow.cpp index ff335df..5f71849 100644 --- a/emulator/opengl/host/libs/libOpenglRender/NativeLinuxSubWindow.cpp +++ b/emulator/opengl/host/libs/libOpenglRender/NativeLinuxSubWindow.cpp @@ -15,6 +15,8 @@ */ #include "NativeSubWindow.h" +#include <stdio.h> + static Bool WaitForMapNotify(Display *d, XEvent *e, char *arg) { if (e->type == MapNotify && e->xmap.window == (Window)arg) { |
