You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The make rdkafka_performance works fine, but
make rdkafka_example gives this:
cc1: warnings being treated as errors
rdkafka_example.c: In function ‘hexdump’:
rdkafka_example.c:57: error: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘size_t’
make: *** [rdkafka_example] Error 1