This website requires JavaScript.
Explore
Help
Sign In
StarMirror
/
toxcore
Watch
1
Star
0
Fork
0
You've already forked toxcore
mirror of
https://github.com/irungentoo/toxcore.git
synced
2024-03-22 13:30:51 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
368e7e37bc
toxcore
/
other
/
analysis
/
run-cppcheck
6 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix a bunch of compiler warnings and remove suppressions.
2018-02-23 10:22:38 +08:00
#!/bin/sh
. other/analysis/gen-file.sh
Run Clang global static analysis on Travis. This uses a single .cc file containing almost all the code in the repository to perform whole program analysis.
2018-07-17 09:18:04 +08:00
cppcheck amalgamation.cc $CPPFLAGS
Reference in New Issue
Copy Permalink