projects
/
plantuner.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0985bc
)
prevent MSVS warning
author
Teodor Sigaev
<teodor@sigaev.ru>
Mon, 17 Sep 2012 15:25:39 +0000
(19:25 +0400)
committer
Teodor Sigaev
<teodor@sigaev.ru>
Mon, 17 Sep 2012 15:25:39 +0000
(19:25 +0400)
plantuner.c
patch
|
blob
|
history
diff --git
a/plantuner.c
b/plantuner.c
index
6fb5bcf
..
f023d07
100644
(file)
--- a/
plantuner.c
+++ b/
plantuner.c
@@
-292,13
+292,13
@@
IndexFilterShow(Oid* indexes, int nIndexes)
}
static const char*
-disabledIndexFilterShow()
+disabledIndexFilterShow(
void
)
{
return IndexFilterShow(disabledIndexes, nDisabledIndexes);
}
static const char*
-enabledIndexFilterShow()
+enabledIndexFilterShow(
void
)
{
return IndexFilterShow(enabledIndexes, nEnabledIndexes);
}