intel/isl: Remove ignored qualifier

Reported by clang's `-Wignored-qualifiers`.

Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34014>
This commit is contained in:
Matt Turner
2025-03-11 22:42:24 -04:00
committed by Marge Bot
parent 53be1a5e5f
commit 5a76ce6a6e
+2 -2
View File
@@ -36,7 +36,7 @@
* Helpers for encoding SURFACE_STATE and XY_BLOCK_COPY_BLT commands.
*/
UNUSED static const uint8_t
UNUSED static uint8_t
isl_encode_halign(uint8_t halign)
{
switch (halign) {
@@ -57,7 +57,7 @@ isl_encode_halign(uint8_t halign)
}
}
UNUSED static const uint8_t
UNUSED static uint8_t
isl_encode_valign(uint8_t valign)
{
switch (valign) {