commit | 6f6b46971a76deb41851b37ce0f6ea65b5287c71 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Fri May 10 23:14:27 2019 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Sat May 11 13:25:58 2019 +0300 |
tree | 6f739fbe16bd9807e71fff6ee7125c04c462b14c | |
parent | 220fba3b5d36cb113d156547751547493f8036ec [diff] |
samples: google_iot_mqtt: Explicitly cast socklen_t to int in printf Otherwise, it can lead to warning like: main.c:80:10: warning: format '%d' expects argument of type 'int', but argument 2 has type 'socklen_t' {aka 'long unsigned int'} [-Wformat=] Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>