librdkafka
librdkafka copied to clipboard
Fix a "return by const value" warning on Clang
Commit efbb96681 (which was apparently massive) introduced this function returning "by const value". It's possible this indicates a deeper bug, but for now let's just fix the compiler diagnostic by removing the useless "const".
Ping!
@emasab perhaps: Ping!
Duplicates #4504, as it turns out!