Cleanup: fix compiler warning

This commit is contained in:
Brecht Van Lommel
2022-09-02 18:23:03 +02:00
parent 789936ea1b
commit fd47fe4006

View File

@@ -106,6 +106,8 @@ ccl_device_inline bool sample_is_class_A(int pattern, int sample)
*/
return hash_hp_seeded_uint(sample, 0xa771f873) & 1;
}
#else
(void)pattern;
#endif
/* This follows the approach from section 10.2.1 of "Progressive