librdkafka icon indicating copy to clipboard operation
librdkafka copied to clipboard

Fix a "return by const value" warning on Clang

Open Quuxplusone opened this issue 1 year ago • 1 comments

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".

Quuxplusone avatar Dec 12 '23 20:12 Quuxplusone

Ping!

Quuxplusone avatar Jan 11 '24 16:01 Quuxplusone

@emasab perhaps: Ping!

Quuxplusone avatar Apr 01 '24 02:04 Quuxplusone

Duplicates #4504, as it turns out!

Quuxplusone avatar Apr 01 '24 02:04 Quuxplusone