Fix some compiler warnings

Signed-off-by: Terry Yiu <git@tyiu.xyz>
This commit is contained in:
2025-04-12 18:08:58 -04:00
committed by Daniel D’Aquino
parent 3511b1ee91
commit 77e3924809
15 changed files with 33 additions and 70 deletions

View File

@@ -0,0 +1,26 @@
{
"images": [
{
"filename": "checkmark.svg",
"idiom": "universal",
"scale": "1x"
},
{
"idiom": "universal",
"scale": "2x",
"filename": "checkmark.svg"
},
{
"idiom": "universal",
"scale": "3x",
"filename": "checkmark.svg"
}
],
"info": {
"author": "xcode",
"version": 1
},
"properties": {
"template-rendering-intent": "template"
}
}

View File

@@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 15L9.29412 20L21 4" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 216 B