From 96efa531faed5071f36a526b884303d9828cc1a9 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 21 Apr 2011 09:38:37 -0400 Subject: -Wextra unsupported by gcc --- Makefile.solaris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.solaris b/Makefile.solaris index a7323a3..76250f3 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-O2 -Wextra -Wall -D_NLINUX_ +CFLAGS=-O2 -Wall -D_NLINUX_ LDFLAGS= PROG="duser" SRC=compat.c duser.c util.c user.c log.c cfg.c -- cgit