Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
selinux: do not discard const qualifier in cast
Do not discard the const qualifier on the cast from const void* to __be32*; the addressed value is not modified. Reported by clang [-Wcast-qual] Signed-off-by: Christian Göttsche <cgzones@googlemail.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
- Loading branch information