repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
loplugin:returnconstval in fpicker..reportdesign
[LibreOffice.git]
/
external
/
glm
/
Wunused-parameter.patch
blob
de1239702679dbd00ba01ed5e934c2504dd8cd96
1
--- glm/glm/gtx/bit.inl
2
+++ glm/glm/gtx/bit.inl
3
@@ -572,6 +572,7 @@
4
int const & ToBit
5
)
6
{
7
+ (void) FromBit;
8
assert(FromBit <= ToBit);
9
assert(ToBit <= sizeof(genIUType) * std::size_t(8));
10
11
@@ -589,6 +589,7 @@
12
int const & ToBit
13
)
14
{
15
+ (void) FromBit;
16
assert(FromBit <= ToBit);
17
assert(ToBit <= sizeof(genIUType) * std::size_t(8));
18