Index: source/libvpx/tools_common.c |
diff --git a/source/libvpx/tools_common.c b/source/libvpx/tools_common.c |
index e243a91575aaa696499f5390ccf4fcaf13db00af..901734e0f3498f297adeb4f34c3bed88f5e9c4bb 100644 |
--- a/source/libvpx/tools_common.c |
+++ b/source/libvpx/tools_common.c |
@@ -140,7 +140,7 @@ static const VpxInterface vpx_encoders[] = { |
#endif |
}; |
-int get_vpx_encoder_count() { |
+int get_vpx_encoder_count(void) { |
return sizeof(vpx_encoders) / sizeof(vpx_encoders[0]); |
} |
@@ -170,7 +170,7 @@ static const VpxInterface vpx_decoders[] = { |
#endif |
}; |
-int get_vpx_decoder_count() { |
+int get_vpx_decoder_count(void) { |
return sizeof(vpx_decoders) / sizeof(vpx_decoders[0]); |
} |