commit | b71302e1db3422adc179761814a6bad107bb0454 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Thu May 10 12:28:35 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu May 10 14:11:44 2012 -0400 |
tree | d646bcb1717d2cdf447edca8cd319de05a893179 | |
parent | c4621b07f6106c0c360ec5567387beb355e615ac [diff] [blame] |
Fix a few -pedantic warnings We're not enabling -pedantic by default, but a quick test brought up a few issues that we should fix.
diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c index 69135a9..96fedbc 100644 --- a/src/compositor-wayland.c +++ b/src/compositor-wayland.c
@@ -46,7 +46,7 @@ struct weston_compositor base; struct wl_egl_pixmap *dummy_pixmap; - EGLSurface dummy_egl_surface;; + EGLSurface dummy_egl_surface; struct { struct wl_display *display;