Fix 32-bit arch warnings: replace enif_get_uint64 with enif_get_uint

This commit is contained in:
Irina Guberman
2017-08-12 16:46:47 -05:00
parent ba640b0659
commit e524c2d5c8
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ C_SRC_DIR = $(CURDIR)
C_SRC_OUTPUT ?= $(CURDIR)/../priv/$(PROJECT).so
# System type and C compiler/flags.
MACHINE_SYS := $(shell uname -m)
UNAME_SYS := $(shell uname -s)
ifeq ($(UNAME_SYS), Darwin)
CC ?= cc