You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src\Vulkan\Utils\Requirements.hs:619:9: warning: [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type `Word32' not matched: GHC.Word.W32# _
|
619 | where MAKE_VERSION ma mi pa = ver
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
I believe this would be solved with the addition of the pragma {-# COMPLETE MAKE_VERSION #-}.
The text was updated successfully, but these errors were encountered:
Just had a build throw up the following warning:
I believe this would be solved with the addition of the pragma
{-# COMPLETE MAKE_VERSION #-}
.The text was updated successfully, but these errors were encountered: