libneo4j-client
libneo4j-client copied to clipboard
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
./configure --disable-tools --disable-werror when i make clean check
please help! thanks
Try removing -Werror=stringop-truncation
from configure.ac GCC flags. That worked for me.