-
Notifications
You must be signed in to change notification settings - Fork 0
/
staticAnalysis.txt
66 lines (66 loc) · 2.24 KB
/
staticAnalysis.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
make[1]: Entering directory '/home/bayashi/GitHub/FMB'
cd 2D; make cppcheck; cd -
make[2]: Entering directory '/home/bayashi/GitHub/FMB/2D'
cppcheck --enable=all ./
Checking fmb2d.c ...
1/5 files checked 20% done
Checking main.c ...
2/5 files checked 40% done
Checking qualification.c ...
3/5 files checked 60% done
Checking unitTests.c ...
4/5 files checked 80% done
Checking validation.c ...
5/5 files checked 100% done
(information) Cppcheck cannot find all the include files (use --check-config for details)
make[2]: Leaving directory '/home/bayashi/GitHub/FMB/2D'
/home/bayashi/GitHub/FMB
cd 2DTime; make cppcheck; cd -
make[2]: Entering directory '/home/bayashi/GitHub/FMB/2DTime'
cppcheck --enable=all ./
Checking fmb2dt.c ...
1/5 files checked 20% done
Checking main.c ...
2/5 files checked 40% done
Checking qualification.c ...
3/5 files checked 60% done
Checking unitTests.c ...
4/5 files checked 80% done
Checking validation.c ...
5/5 files checked 100% done
(information) Cppcheck cannot find all the include files (use --check-config for details)
make[2]: Leaving directory '/home/bayashi/GitHub/FMB/2DTime'
/home/bayashi/GitHub/FMB
cd 3D; make cppcheck; cd -
make[2]: Entering directory '/home/bayashi/GitHub/FMB/3D'
cppcheck --enable=all ./
Checking fmb3d.c ...
1/5 files checked 20% done
Checking main.c ...
2/5 files checked 40% done
Checking qualification.c ...
3/5 files checked 60% done
Checking unitTests.c ...
4/5 files checked 80% done
Checking validation.c ...
5/5 files checked 100% done
(information) Cppcheck cannot find all the include files (use --check-config for details)
make[2]: Leaving directory '/home/bayashi/GitHub/FMB/3D'
/home/bayashi/GitHub/FMB
cd 3DTime; make cppcheck; cd -
make[2]: Entering directory '/home/bayashi/GitHub/FMB/3DTime'
cppcheck --enable=all ./
Checking fmb3dt.c ...
1/5 files checked 20% done
Checking main.c ...
2/5 files checked 40% done
Checking qualification.c ...
3/5 files checked 60% done
Checking unitTests.c ...
4/5 files checked 80% done
Checking validation.c ...
5/5 files checked 100% done
(information) Cppcheck cannot find all the include files (use --check-config for details)
make[2]: Leaving directory '/home/bayashi/GitHub/FMB/3DTime'
/home/bayashi/GitHub/FMB
make[1]: Leaving directory '/home/bayashi/GitHub/FMB'