You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| test.cpp:3:13:3:14 | f1 | Static function f1 is not statically called, or is in an unused template. |
2
2
| test.cpp:21:29:21:33 | getAT | Static function getAT is not statically called, or is in an unused template. |
3
-
| test.cpp:45:8:45:9 | g2 | Private member function A::g2 is not statically called, or is in an unused template. |
4
-
| test.cpp:60:5:60:9 | getAT | Private member function C<T>::getAT is not statically called, or is in an unused template. |
5
-
| test.cpp:81:6:81:7 | h2 | Anonymous namespace function (unnamed namespace)::h2 is not statically called, or is in an unused template. |
6
-
| test.cpp:85:6:85:7 | h3 | Anonymous namespace function (unnamed namespace)::foo::bar::h3 is not statically called, or is in an unused template. |
7
-
| test.cpp:144:8:144:8 | f | Anonymous namespace class member function (unnamed namespace)::C1::f is not statically called, or is in an unused template. |
8
-
| test.cpp:150:8:150:8 | f | Anonymous namespace class member function (unnamed namespace)::named::C2::f is not statically called, or is in an unused template. |
3
+
| test.cpp:45:8:45:9 | g2 | Private member function g2 is not statically called, or is in an unused template. |
4
+
| test.cpp:60:5:60:9 | getAT | Private member function getAT is not statically called, or is in an unused template. |
5
+
| test.cpp:81:6:81:7 | h2 | Anonymous namespace function h2 is not statically called, or is in an unused template. |
6
+
| test.cpp:85:6:85:7 | h3 | Anonymous namespace function h3 is not statically called, or is in an unused template. |
7
+
| test.cpp:144:8:144:8 | f | Anonymous namespace class member function f is not statically called, or is in an unused template. |
8
+
| test.cpp:150:8:150:8 | f | Anonymous namespace class member function f is not statically called, or is in an unused template. |
0 commit comments