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
5c1796d3c4
toxcore
/
other
/
analysis
/
run-cppcheck
6 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Use bash arrays instead of strings for static analysis scripts. These are more robust wrt. spaces in names.
2020-05-04 09:19:14 +08:00
#!/bin/bash
Fix a bunch of compiler warnings and remove suppressions.
2018-02-23 10:22:38 +08:00
. other/analysis/gen-file.sh
Use bash arrays instead of strings for static analysis scripts. These are more robust wrt. spaces in names.
2020-05-04 09:19:14 +08:00
cppcheck amalgamation.cc "${CPPFLAGS[@]}"
Reference in New Issue
Copy Permalink