diff options
| author | Joseph Hunkeler <jhunk@stsci.edu> | 2011-04-21 09:38:37 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunk@stsci.edu> | 2011-04-21 09:38:37 -0400 |
| commit | 96efa531faed5071f36a526b884303d9828cc1a9 (patch) | |
| tree | c08e5e758828abe210b032f5fc2e5d9ce0286bbf | |
| parent | 38e68cfb2505227be28c26c2d3ace985273f49e4 (diff) | |
| download | duser-96efa531faed5071f36a526b884303d9828cc1a9.tar.gz | |
-Wextra unsupported by gcc
| -rw-r--r-- | Makefile.solaris | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
