mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 09:15:36 +00:00
libc-net/resolv: silence warning in 3rd-party code
This commit is contained in:
committed by
Christian Helmuth
parent
e1e1fa23b7
commit
c2a2ec121f
@ -21,6 +21,9 @@ SRC_C += vars.c
|
||||
# b64_ntop
|
||||
SRC_C += base64.c
|
||||
|
||||
# suppress "warning: ‘strncpy’ specified bound depends on the length of the source argument"
|
||||
CC_OPT_getaddrinfo := -Wno-stringop-overflow
|
||||
|
||||
include $(REP_DIR)/lib/mk/libc-common.inc
|
||||
|
||||
INC_DIR += $(LIBC_REP_DIR)/include/libc
|
||||
|
Reference in New Issue
Block a user