Fix warnings from adding -Wall back

This commit is contained in:
Kristian Høgsberg 2010-12-01 09:50:16 -05:00
parent 1f25315ae2
commit 06bc26401c
4 changed files with 9 additions and 8 deletions

View file

@ -181,7 +181,6 @@ wayland_compositor_present(struct wlsc_compositor *base)
{
struct wayland_compositor *c = (struct wayland_compositor *) base;
struct wayland_output *output;
uint32_t msec;
glFlush();

View file

@ -16,6 +16,8 @@
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#define _GNU_SOURCE
#include <stdio.h>
#include <string.h>
#include <stdlib.h>