prevent MSVS warning
authorTeodor Sigaev <teodor@sigaev.ru>
Mon, 17 Sep 2012 15:25:39 +0000 (19:25 +0400)
committerTeodor Sigaev <teodor@sigaev.ru>
Mon, 17 Sep 2012 15:25:39 +0000 (19:25 +0400)
plantuner.c

index 6fb5bcf..f023d07 100644 (file)
@@ -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);
 }