mirror of
https://github.com/topjohnwu/selinux.git
synced 2025-01-23 03:25:21 +00:00
2ec56b3da9
When building for Android, this error manifests itself: label_file.c:570:7: error: unused variable ‘subs_file’ [-Werror=unused-variable] char subs_file[PATH_MAX + 1]; Fix it by moving the variable into the ifdef'd usage block. Signed-off-by: William Roberts <william.c.roberts@intel.com>