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 /secure | |
| parent | f9cc8410e16ab0870c218b7a9541464ef10a8d34 (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/libcrypto/engines/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/engines/Makefile.inc b/secure/lib/libcrypto/engines/Makefile.inc index 1d368ae5d650..88ef355f5568 100644 --- a/secure/lib/libcrypto/engines/Makefile.inc +++ b/secure/lib/libcrypto/engines/Makefile.inc @@ -18,3 +18,5 @@ CFLAGS+= -DB_ENDIAN CFLAGS+= -DNDEBUG .PATH: ${LCRYPTO_SRC}/engines + +WARNS?= 0 |
