diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2020-09-18 17:17:46 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2020-09-18 17:17:46 +0000 |
| commit | fe815331bb40604ba31312acf7e4619674631777 (patch) | |
| tree | c81780275dd6e888c4f23a7ee44cd37f687bc5f8 /lib/libxo | |
| parent | f9cc8410e16ab0870c218b7a9541464ef10a8d34 (diff) | |
Notes
Diffstat (limited to 'lib/libxo')
| -rw-r--r-- | lib/libxo/tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libxo/tests/Makefile b/lib/libxo/tests/Makefile index 5d42e0d9c34e..2d834ac502f1 100644 --- a/lib/libxo/tests/Makefile +++ b/lib/libxo/tests/Makefile @@ -4,6 +4,8 @@ PACKAGE= tests +WARNS?= 1 + LIBXOSRC= ${SRCTOP}/contrib/libxo # Override the default suffix transformation rules for .c/.o -> .out |
