• 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
..
CMakeLists.txt Loading commit data...
MQTTAsync_publish.c Loading commit data...
MQTTAsync_subscribe.c Loading commit data...
MQTTClient_publish.c Loading commit data...
MQTTClient_publish_async.c Loading commit data...
MQTTClient_subscribe.c Loading commit data...
paho_c_pub.c Loading commit data...
paho_c_sub.c Loading commit data...
paho_cs_pub.c Loading commit data...
paho_cs_sub.c Loading commit data...