sd: sidebars are now visible in LOOL
[LibreOffice.git] / external / glm / Wunused-parameter.patch
blobde1239702679dbd00ba01ed5e934c2504dd8cd96
1 --- glm/glm/gtx/bit.inl
2 +++ glm/glm/gtx/bit.inl
3 @@ -572,6 +572,7 @@
4 int const & ToBit
7 + (void) FromBit;
8 assert(FromBit <= ToBit);
9 assert(ToBit <= sizeof(genIUType) * std::size_t(8));
11 @@ -589,6 +589,7 @@
12 int const & ToBit
15 + (void) FromBit;
16 assert(FromBit <= ToBit);
17 assert(ToBit <= sizeof(genIUType) * std::size_t(8));