Changeset 3899 in MondoRescue for branches/3.3/tools/quality


Ignore:
Timestamp:
Dec 17, 2024, 11:13:09 PM (7 months ago)
Author:
Bruno Cornec
Message:

Use cppcheck instead of splint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/tools/quality

    r3824 r3899  
    5454echo " "
    5555echo "Splint: "
    56 find . -name '*.c' -o -name '*.h' | xargs splint +posixlib -Dlinux
     56cppcheck -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
    5758
    5859rm -f /tmp/mondo.quality
Note: See TracChangeset for help on using the changeset viewer.