Skip to content
Snippets Groups Projects
Commit ba2fe677 authored by George Sedov's avatar George Sedov
Browse files

fix warnings in kafka_mock

parent 678f0414
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#include "librdkafka/rdkafka.h"
#include "librdkafka/rdkafka_mock.h"
int main(int argc, char** argv) {
int main(/*int argc, char** argv*/) {
rd_kafka_t *rkproducer, *rkconsumer;
rd_kafka_conf_t *conf = rd_kafka_conf_new();
rd_kafka_mock_cluster_t *mcluster;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment