Merge pull request #1355 from Kangz/fix-microsoft-enum-value

Fix -Wmicrosoft-enum-value
This commit is contained in:
Hans-Kristian Arntzen 2020-04-30 10:51:46 +02:00 committed by GitHub
commit 137dbeb7f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -776,7 +776,7 @@ struct SPIRBlock : IVariant
ComplexLoop
};
enum
enum : uint32_t
{
NoDominator = 0xffffffffu
};