evas_engines_gl_drm : Remove build warning 28/70728/3
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 20 May 2016 08:19:00 +0000 (17:19 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Thu, 26 May 2016 07:13:11 +0000 (00:13 -0700)
commitd09c72b83b1536f6390289b58b344f96500815ac
treef0bcdf03c4acece6ff9be26e1e6120271fb2967b
parenta6c98d72e3a45caec969cb97fd801bc177a2703d
evas_engines_gl_drm : Remove build warning

   - Remove unused variable.
   - Some variables were type casted into void* for arithmetic warning.
   - Changed type of 'last' variable type in _evas_outbuf_cb_pageflip() function.
     Because, That is only used as 'struct gbm_bo' type.

Change-Id: Ic660edb8d5d1ea096bd3830736f57db85ed2b105
src/modules/evas/engines/gl_drm/evas_outbuf.c