commit | 5db97e5105b217f0fb63f405d4244f3231dc7f2f | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Wed May 18 15:29:30 2022 +0800 |
committer | Yi Kong <yikong@google.com> | Wed May 18 15:29:30 2022 +0800 |
tree | dbd648094fad4cb0461ee77978e574fcd7912c8e | |
parent | e6b9f2236a0000cf274afb55319e841a0cefb96e [diff] |
Fix string-compare warning system/netd/tests/binder_test.cpp:1236:18: error: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Werror,-Wstring-compare] if (path == IP6TABLES_PATH) { ^ ~~~~~~~~~~~~~~ Test: presubmit Bug: 153764102 Change-Id: I838149704ac2308a77efa9658bf80f1f4d7b3aa1