commit | 363b39bbc81a3269fe75bd5f505289f85d05792e | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Mon Aug 17 23:47:06 2020 -0700 |
committer | Stephen Hines <srhines@google.com> | Mon Aug 17 23:47:06 2020 -0700 |
tree | 6c118bfb26c66834f259b0f9d7b93aa4d27db0cf | |
parent | 2164e38a69dc7e94fc71329cb69fe363bb7c875c [diff] |
Fix -Wformat error with explicit void* -> char* cast. hardware/ril/reference-ril/reference-ril.c:1841:46: error: format specifies type 'char *' but the argument has type 'void *' [-Werror,-Wformat] snprintf(cmd, sizeof(cmd), "AT+CCHO=%s", data); ~~ ^~~~ Bug: http://b/155835175 Test: m Change-Id: I7fd819c6c452b56aae15429344320c4cdaed702c