forked from amazingfate/loongoffice
19 lines
372 B
Diff
19 lines
372 B
Diff
--- glm/glm/gtx/bit.inl
|
|
+++ glm/glm/gtx/bit.inl
|
|
@@ -572,6 +572,7 @@
|
|
int const & ToBit
|
|
)
|
|
{
|
|
+ (void) FromBit;
|
|
assert(FromBit <= ToBit);
|
|
assert(ToBit <= sizeof(genIUType) * std::size_t(8));
|
|
|
|
@@ -589,6 +589,7 @@
|
|
int const & ToBit
|
|
)
|
|
{
|
|
+ (void) FromBit;
|
|
assert(FromBit <= ToBit);
|
|
assert(ToBit <= sizeof(genIUType) * std::size_t(8));
|
|
|