Hi Rafael. I've cloned your Git repository and build the Docker image. After starting the Docker container from local Docker registry with docker run ... there are several warnings during compiling. Would be nice if you or the ProcessOne team could fix these. These warnings appear also with ejabberd 17.03 version.
Compiling c_src/sqlite3_drv.c
c_src/sqlite3_drv.c: In function ‘exec_async_command’:
c_src/sqlite3_drv.c:459:7: warning: too many arguments for format [-Wformat-extra-args]
LOG_ERROR("driver_async call failed", 0);
^
c_src/sqlite3_drv.c:459:7: warning: too many arguments for format [-Wformat-extra-args]
Hi Rafael. I've cloned your Git repository and build the Docker image. After starting the Docker container from local Docker registry with
docker run ...
there are several warnings during compiling. Would be nice if you or the ProcessOne team could fix these. These warnings appear also with ejabberd 17.03 version.