Skip to content

usbredirparserfuzz: Move all static functions into anonymous namespace

hansmi requested to merge hansmi/usbredir:namespace1 into master

In C++ anonymous namespaces make symbols unique to a particular translation unit, thus removing the need for the "static" specifier on functions and variables.

Merge request reports