summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanket Padawe <sanketpadawe@google.com>2016-07-08 14:51:03 -0700
committerSanket Padawe <sanketpadawe@google.com>2016-07-08 14:51:03 -0700
commit65879e80935c1808c8f9065e03089105a107e1e8 (patch)
treebdf5a4c6b07a71b051eb13fd4325c8e1cb7f7f5a
parentf0c8ca7f09ed9a827e5c79e019526e8f2c77eeb4 (diff)
downloadplatform_hardware_ril-65879e80935c1808c8f9065e03089105a107e1e8.tar.gz
platform_hardware_ril-65879e80935c1808c8f9065e03089105a107e1e8.tar.bz2
platform_hardware_ril-65879e80935c1808c8f9065e03089105a107e1e8.zip
Fix build warnings in ril.cpp.
Bug: 29401612 Change-Id: Icba225928f1336785cc5cb9a81e1c5b7b2121353
-rw-r--r--include/libril/ril_ex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libril/ril_ex.h b/include/libril/ril_ex.h
index 8e15d654..692e4df2 100644
--- a/include/libril/ril_ex.h
+++ b/include/libril/ril_ex.h
@@ -37,7 +37,7 @@ typedef struct SocketListenParam {
RIL_SOCKET_ID socket_id;
int fdListen;
int fdCommand;
- char* processName;
+ const char* processName;
struct ril_event* commands_event;
struct ril_event* listen_event;
void (*processCommandsCallback)(int fd, short flags, void *param);