• Keith Holman's avatar
    build: various warning fixes · 8c988485
    Keith Holman authored
    This patch fixes various warnings produced during the build the most
    common warning, is the truncation of "size_t" (usually unsigned long) to
    (int).  This patch explicitly casts the result to "int" in these cases
    to supress the warning.  Additionally, this patch includes a fix to an
    internal library load function to take a "const char *" parameter
    instead of a "char *" parameter.
    Signed-off-by: 's avatarKeith Holman <keith.holman@windriver.com>
    8c988485
Name
Last commit
Last update
..
openssl Loading commit data...
python Loading commit data...
ssl Loading commit data...
tls-testing Loading commit data...
CMakeLists.txt Loading commit data...
MQTTTest_v2.c Loading commit data...
MQTTV311.py Loading commit data...
MQTTV3112.py Loading commit data...
dll-copy.cmake Loading commit data...
mqttsas.py Loading commit data...
sync_client_test.c Loading commit data...
test1.c Loading commit data...
test2.c Loading commit data...
test3.c Loading commit data...
test4.c Loading commit data...
test5.c Loading commit data...
test6.c Loading commit data...
test8.c Loading commit data...
test9.c Loading commit data...
test_issue373.c Loading commit data...
test_mqtt4async.c Loading commit data...
test_mqtt4sync.c Loading commit data...