Skip to content
Snippets Groups Projects

Clang warnings

Merged Jan Möbius requested to merge clang_warnings into master
50 files
+ 143
159
Compare changes
  • Side-by-side
  • Inline
Files
50
+ 1
1
@@ -30,7 +30,7 @@ echo "CPPCHECK Summary"
echo "=============================================================================="
echo -e "${NC}"
MAX_COUNT=27
MAX_COUNT=26
if [ $COUNT -gt $MAX_COUNT ]; then
echo -e ${WARNING}
Loading