c33fd02db5012b5b3582778f80e68b703441a215 |
|
05-Feb-2017 |
Nicolas Iooss <nicolas.iooss@m4x.org> |
libsepol/tests: fix -Wwrite-strings warnings Since fd9e5ef7b78b ("libsepol: use constant keys in hashtab functions") it is possible to call hashtab_search() with a const char* key value. Doing so fixes compiler warnings about non-const char* string literals (-Wwrite-strings flag). Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
/external/selinux/libsepol/tests/helpers.h
|