commit | 528f144e779dfd18b550d9176aecf36e1130f449 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Nov 29 18:06:11 2017 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Wed Nov 29 21:37:28 2017 -0800 |
tree | f8b8faf502550eabda14c99bcaffd4f3d25a205d | |
parent | 70fda27eb2a72958636c8026be7cc72881bdff25 [diff] [blame] |
Fix / suppress new unused warnings for mingw+clang Bug: 69933068 Test: mmma system/core Change-Id: I089166a979d3d8c5ada38a7745d507b555048499
diff --git a/libcutils/sockets_windows.cpp b/libcutils/sockets_windows.cpp index 3e49b85..df14712 100644 --- a/libcutils/sockets_windows.cpp +++ b/libcutils/sockets_windows.cpp
@@ -85,6 +85,6 @@ return -1; } -int android_get_control_socket(const char* name) { +int android_get_control_socket(const char*) { return -1; }