Commit f3054b24 authored by Vadim B. Mikheev's avatar Vadim B. Mikheev

Fix for -Wno-error

parent 85a95b9b
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# #
# Copyright (c) 1994, Regents of the University of California # Copyright (c) 1994, Regents of the University of California
# #
# $Id: Makefile,v 1.6 1997/04/15 17:24:17 scrappy Exp $ # $Id: Makefile,v 1.7 1997/04/21 04:26:47 vadim Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -18,7 +18,7 @@ INCLUDE_OPT = -I../.. \ ...@@ -18,7 +18,7 @@ INCLUDE_OPT = -I../.. \
CFLAGS+=$(INCLUDE_OPT) CFLAGS+=$(INCLUDE_OPT)
ifeq ($CC), gcc) ifeq ($(CC), gcc)
CFLAGS+= -Wno-error CFLAGS+= -Wno-error
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment