mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 11:17:37 +01:00
build: Disable CRT warnings on Windows
These warnings are not helpful for libbsd. [guillem@hadrons.org: - Rename WINDOWS conditional to OS_WINDOWS. - Add a nil terminator to the AM_CPPFLAGS. ] Signed-off-by: Guillem Jover <guillem@hadrons.org>
This commit is contained in:
parent
4bed48398f
commit
f99b8ea527
@ -7,6 +7,13 @@ AM_CPPFLAGS = \
|
|||||||
-DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED \
|
-DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED \
|
||||||
-D__REENTRANT
|
-D__REENTRANT
|
||||||
|
|
||||||
|
if OS_WINDOWS
|
||||||
|
AM_CPPFLAGS += \
|
||||||
|
-D_CRT_SECURE_NO_WARNINGS \
|
||||||
|
-D_CRT_NONSTDC_NO_WARNINGS \
|
||||||
|
$(nil)
|
||||||
|
endif
|
||||||
|
|
||||||
libbsd_la_included_sources = \
|
libbsd_la_included_sources = \
|
||||||
hash/helper.c \
|
hash/helper.c \
|
||||||
getentropy_aix.c \
|
getentropy_aix.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user