Loading project.yml +2 −2 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ - -D"$": COLLECTION_DEFINES_TEST_AND_VENDOR - -D"$": DEFINES_TEST_PREPROCESS - -DGNU_COMPILER - -std=c99 # - -std=c99 - -Wall - ${1} :test_linker: Loading @@ -112,7 +112,7 @@ - -I"$": 'COLLECTION_PATHS_RELEASE_TOOLCHAIN_INCLUDE' - -D"$": 'COLLECTION_DEFINES_RELEASE_AND_VENDOR' - -DGNU_COMPILER - -std=c99 # - -std=c99 - -Wall - "-c \"${1}\"" - "-o \"${2}\"" Loading src/lib/kinetic_socket.c +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ #include "kinetic_socket.h" #include "kinetic_logger.h" #include "protobuf-c.h" #include "socket99.h" #include <errno.h> #include <fcntl.h> Loading @@ -40,6 +39,7 @@ #endif // _BSD_SOURCE #include <unistd.h> #include <sys/types.h> #include "socket99.h" int KineticSocket_Connect(char* host, int port, bool nonBlocking) { Loading Loading
project.yml +2 −2 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ - -D"$": COLLECTION_DEFINES_TEST_AND_VENDOR - -D"$": DEFINES_TEST_PREPROCESS - -DGNU_COMPILER - -std=c99 # - -std=c99 - -Wall - ${1} :test_linker: Loading @@ -112,7 +112,7 @@ - -I"$": 'COLLECTION_PATHS_RELEASE_TOOLCHAIN_INCLUDE' - -D"$": 'COLLECTION_DEFINES_RELEASE_AND_VENDOR' - -DGNU_COMPILER - -std=c99 # - -std=c99 - -Wall - "-c \"${1}\"" - "-o \"${2}\"" Loading
src/lib/kinetic_socket.c +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ #include "kinetic_socket.h" #include "kinetic_logger.h" #include "protobuf-c.h" #include "socket99.h" #include <errno.h> #include <fcntl.h> Loading @@ -40,6 +39,7 @@ #endif // _BSD_SOURCE #include <unistd.h> #include <sys/types.h> #include "socket99.h" int KineticSocket_Connect(char* host, int port, bool nonBlocking) { Loading