freebsd / atf

Libraries to write tests in C, C++ and shell
Other
127 stars 44 forks source link

three performance issues ? #38

Open dcb314 opened 6 years ago

dcb314 commented 6 years ago

atf-sh/atf-check.cpp:592]: (performance) Function parameter 'oc' should be passed by const reference.

I couldn't find the source code for the next two:

tools/user.cpp:55]: (performance) Function parameter 'ids' should be passed by const reference. tools/parser.cpp:43]: (performance) Function parameter 'msg' should be passed by const reference.