diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2020-09-11 13:28:37 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2020-09-11 13:28:37 +0000 |
| commit | ecebb3cc1d2d074defc302d8ae6820bb6b20d4fe (patch) | |
| tree | 82d4975af5d9f605e80daeb706f1b9f5ce4eb59e /lib/libucl | |
| parent | b876085f5589f4e6d531d97ad902c5730ec55339 (diff) | |
Notes
Diffstat (limited to 'lib/libucl')
| -rw-r--r-- | lib/libucl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libucl/Makefile b/lib/libucl/Makefile index 3624e3121d1e..15632810277e 100644 --- a/lib/libucl/Makefile +++ b/lib/libucl/Makefile @@ -23,7 +23,7 @@ SRCS= ucl_emitter_streamline.c \ INCS= ucl.h LIBADD= m -WARNS= 1 +WARNS?= 1 CFLAGS+= -I${LIBUCL_DIR}/include \ -I${LIBUCL_DIR}/src \ -I${LIBUCL_DIR}/uthash \ |
