ci: Fail on warnings (#9668)

* ci: Fail on warnings

* misc: Fix compiler warnings
This commit is contained in:
Lee Bousfield
2025-03-18 18:46:28 -05:00
committed by GitHub
parent 03385fc07f
commit c8d80a2920
4 changed files with 14 additions and 7 deletions

View File

@@ -23,6 +23,7 @@ static wpColorManagerV1TransferFunction getWPTransferFunction(xxColorManagerV4Tr
case XX_COLOR_MANAGER_V4_TRANSFER_FUNCTION_ST2084_PQ: return WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_ST2084_PQ;
case XX_COLOR_MANAGER_V4_TRANSFER_FUNCTION_ST428: return WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_ST428;
case XX_COLOR_MANAGER_V4_TRANSFER_FUNCTION_HLG: return WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_HLG;
default: UNREACHABLE();
}
}