mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[liba] Remove warnings on external code
Change-Id: I801d84ce9f780ab3a91569b3d2c6c1341d1a513a
This commit is contained in:
@@ -53,7 +53,7 @@ objs += $(addprefix liba/src/external/openbsd/, \
|
||||
w_lgammaf.o \
|
||||
)
|
||||
|
||||
liba/src/external/openbsd/%.o: CFLAGS += -Iliba/src/external/openbsd/include -Wno-parentheses -Wno-implicit-function-declaration
|
||||
liba/src/external/openbsd/%.o: CFLAGS += -Iliba/src/external/openbsd/include -w
|
||||
# isnanf ans isinff are throwing implicit declaration warnings
|
||||
ifeq ($(DEBUG),1)
|
||||
# OpenBSD uses double constants ("0.5" instead of "0.5f") in single-precision
|
||||
|
||||
Reference in New Issue
Block a user