VirtGL: Fix warning on MacOS X
authorFrédéric Dalleau <frederic.dalleau@linux.intel.com>
Tue, 3 Sep 2013 08:31:14 +0000 (10:31 +0200)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Wed, 11 Sep 2013 09:15:25 +0000 (18:15 +0900)
tizen/src/hw/opengl_exec.c

index 67baf12..c4210ce 100644 (file)
@@ -1499,7 +1499,7 @@ shadersrc_gles_to_gl(GLsizei count, const char** string, char **s, const GLint*
  * read texture back right after glTexSubImage2D, thus guarantee a
  * synchronization.
  */
-static void mac_dump_texture()
+static void mac_dump_texture(void)
 {
        int w, h;
        unsigned char *buf;