diff options
Diffstat (limited to 'source/a/unarj/Makefile')
-rw-r--r-- | source/a/unarj/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/unarj/Makefile b/source/a/unarj/Makefile index 95483e751..2445bb4ba 100644 --- a/source/a/unarj/Makefile +++ b/source/a/unarj/Makefile @@ -4,7 +4,7 @@ # CC = gcc -CFLAGS = -O2 -DUNIX +CFLAGS = -O2 -DUNIX -Wno-error=implicit-function-declaration INSTALLDIR=/usr/bin unarj: unarj.o decode.o environ.o |