函数调用R-1-7-13强制

禁止未使用的静态函数

未使用的静态函数
test.c
1static void foo(int paData)
禁止未使用的静态函数 [gjb8114-r-1-7-13]
2{
3}
4
5int main(void)
6{
7 return 0;
8}