src/isaac/server/src/InsituConnectorMaster.cpp: In member function 'virtual errorCode InsituConnectorMaster::run()':
rc/isaac/server/src/InsituConnectorMaster.cpp:154:179: warning: format '%i' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
ismatch: Library has %i.%i, server needs %i.%i!\n",version[0],version[1],ISAAC_PROTOCOL_VERSION_MAJOR,ISAAC_PROTOCOL_VERSION_MINOR);
^
src/isaac/server/src/InsituConnectorMaster.cpp:154:179: warning: format '%i' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
src/isaac/server/src/InsituConnectorMaster.cpp:161:179: warning: format '%i' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
mismatch: Library has %i.%i, server can %i.%i!\n",version[0],version[1],ISAAC_PROTOCOL_VERSION_MAJOR,ISAAC_PROTOCOL_VERSION_MINOR);
^
src/isaac/server/src/InsituConnectorMaster.cpp:161:179: warning: format '%i' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
latest release: (1.3.1)