mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
libcrypto: suppress warning about unused value
This commit is contained in:
parent
4bbbf5d2e3
commit
aee8d35dc4
@ -182,6 +182,12 @@ SRC_DIR = aes asn1 bf bio bn buffer camellia cast cmac cms comp conf des dh \
|
||||
|
||||
SRC_C += $(foreach dir,$(SRC_DIR),$(addprefix $(dir)/,$(SRC_C_$(dir))))
|
||||
|
||||
#
|
||||
# Suppress warning "right-hand operand of comma expression has no effect" for
|
||||
# the HOST_c2l(c,l) macro.
|
||||
#
|
||||
CC_OPT_md5/md5_dgst := -Wno-unused-value
|
||||
|
||||
INC_DIR += $(LIBCRYPTO_DIR)/asn1
|
||||
INC_DIR += $(LIBCRYPTO_DIR)/evp
|
||||
INC_DIR += $(LIBCRYPTO_DIR)/modes
|
||||
|
Loading…
Reference in New Issue
Block a user