Commit Graph

9 Commits

Author SHA1 Message Date
Ian Craggs 8c80329ff8 Clean up some deprecation warnings in tests 2020-10-28 10:50:21 +00:00
Ian Craggs 1e91229cb6 Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
fpagliughi fbd38b16cf
#368 Add underscores to Windows compiler macro checks, _WIN32 and _WIN64
Signed-off-by: fpagliughi <fpagliughi@mindspring.com>
2020-01-25 10:38:18 -05:00
Guilherme Maciel Ferreira 7b92bc3ec9 Using standard constants for exit(3) and return
According to ISO/IEC 9899:2011, section 7.22.4.4 (The exit function),
"the constant EXIT_FAILURE is the implementation independent way to
issue failures to exit(3)." Whereas EXIT_SUCCESS is the portable way
to return success.

Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
2017-03-06 11:55:23 -06:00
Guilherme Maciel Ferreira 6e88fdffbc Ensure an empty parameter list using void
According to ISO/IEC 9899:2011, section 6.7.6.3 (Function declarators
including prototypes): "The special case of an unnamed parameter of
type void as the only item in the list specifies that the function
has no parameters."

Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
2017-03-06 11:44:52 -06:00
Ian Craggs a29ac8bd11 Remove compiler warning in a test 2014-08-20 11:40:22 +01:00
Ian Craggs d409a9487e Some corrections to interops test 2014-03-19 16:43:47 +00:00
Ian Craggs d5b49f7ee2 Add remaining interops tests to sync_client_test.c 2014-03-14 19:06:26 +00:00
Ian Craggs 86dcb19667 Add sync client interops test 2014-03-14 14:01:06 +00:00