Changeset 3899 in MondoRescue for branches/3.3/tools/quality
- Timestamp:
- Dec 17, 2024, 11:13:09 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/tools/quality
r3824 r3899 54 54 echo " " 55 55 echo "Splint: " 56 find . -name '*.c' -o -name '*.h' | xargs splint +posixlib -Dlinux 56 cppcheck -Dlinux --enable=all --platform=unix64 --report-progress mondo -I /usr/include -I /usr/include/linux -I mondo/src/include/ -I /usr/lib/gcc/x86_64-mageia-linux/12/include 57 #find . -name '*.c' -o -name '*.h' | xargs splint +posixlib -Dlinux 57 58 58 59 rm -f /tmp/mondo.quality
Note:
See TracChangeset
for help on using the changeset viewer.