Commit Graph

9 Commits

Author SHA1 Message Date
Ian Craggs e84b19bab0 Fix compile warnings 2024-04-18 14:04:46 +01:00
Ian Craggs b79bcf0d40 Update out of date mqtt server hostnames 2022-01-27 16:41:46 +00:00
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 cc77570d69 Add subscribe failure return code processing for MQTT 3.1.1
Bug: 436049
2014-06-10 16:21:36 +01:00
Ian Craggs 0dd83c1d10 Return connack information for MQTT 3.1.1 in the async client
Bug: 436049
2014-06-06 15:18:45 +01:00