From f5134bd6b3ddef7239e4a14bdbc267e28f2a9fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Wed, 23 Feb 2011 20:38:17 +0100 Subject: [PATCH] Option -W is deprecated; -Wextra is its replacement --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e3ab8a8..a17a550 100644 --- a/Makefile.in +++ b/Makefile.in @@ -33,7 +33,7 @@ src/wmfs.c # flags CFLAGS+= -DXDG_CONFIG_DIR=\"${XDG_CONFIG_DIR}\" CFLAGS+= -DWMFS_VERSION=\"${VERSION}\" -CFLAGS+= -W -Wall -Wextra +CFLAGS+= -Wall -Wextra OBJS= ${SRCS:.c=.o}