Acabat el nou motor per a textos en pantalla
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# warning,style,performance
|
||||
#cppcheck --force --enable=warning,style,performance --std=c++20 \
|
||||
# --suppressions-list=/home/sergio/gitea/coffee_crisis_arcade_edition/linux-utils/cppcheck_suppressions \
|
||||
# /home/sergio/gitea/coffee_crisis_arcade_edition/source/ \
|
||||
# 2>/home/sergio/cppcheck-result-warning-style-performance.txt
|
||||
|
||||
# all
|
||||
#cppcheck --force --enable=all -I /usr/include --std=c++20 \
|
||||
#--suppress=missingIncludeSystem \
|
||||
#--suppressions-list=/home/sergio/gitea/coffee_crisis_arcade_edition/linux-utils/cppcheck_suppressions \
|
||||
#/home/sergio/gitea/coffee_crisis_arcade_edition/source/ \
|
||||
#2>/home/sergio/cppcheck-result-all.txt
|
||||
|
||||
# unusedFunction
|
||||
cppcheck --enable=style --std=c++20 \
|
||||
--suppressions-list=./cppcheck_suppressions \
|
||||
../source/ \
|
||||
2>/home/sergio/cppcheck-result-all.txt
|
||||
Reference in New Issue
Block a user