Descriptionbase_unittests: move local functions into an anonymous namespace
Symbols by default have global linkage, which means these made it into
the .o file (in case some other file used them), even though they're
intended to only be used within the object.
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|