mesa/src/egl
Ian Romanick 8fafb0a67f mesa: Fix warning about static being in the wrong place
Because the compiler already has enough things to complain about.

    grep -rl 'const static' src/ | while read f
    do
        sed --in-place -e 's/const static/static const/g' $f
    done

brw_eu_emit.c: In function 'brw_reg_type_to_hw_type':
brw_eu_emit.c:98:7: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
       const static int imm_hw_types[] = {
       ^
brw_eu_emit.c:120:7: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
       const static int hw_types[] = {
       ^

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2015-09-02 16:24:17 -07:00
..
docs egl: Mark EGL_MESA_screen_surface as obsolete. 2010-08-31 15:25:22 +08:00
drivers egl/wayland: define set_cloexec_or_close only when mkostemp is not present 2015-08-22 12:59:01 +01:00
main egl: improve attribute checking for eglCreateContext 2015-08-13 17:36:06 +01:00
wayland mesa: Fix warning about static being in the wrong place 2015-09-02 16:24:17 -07:00
Android.mk egl: android: remove DRM_GRALLOC_TOP hack 2015-07-22 16:35:27 +01:00
Makefile.am egl/dri2: Fix include path of u_atomic.h introduced e7e29189 2015-08-07 14:31:25 -05:00
Makefile.sources automake: rework the EGL build 2015-07-22 16:35:27 +01:00
SConscript egl: scons: fix the haiku build, do not build the dri2 backend 2015-08-22 10:13:31 -05:00