summaryrefslogtreecommitdiff
path: root/aarch64/kusswurm_ch11.c
diff options
context:
space:
mode:
authorHunter Kvalevog <hunter@kvog.sh>2026-07-03 21:48:53 -0500
committerHunter Kvalevog <hunter@kvog.sh>2026-07-03 21:48:53 -0500
commit1b59267c3c0375a95f04f7966390b1ea3b949634 (patch)
tree2d44b4d528bd4bbf74a31d91a7d4f28039b9c567 /aarch64/kusswurm_ch11.c
parent2a6e14969a1572c2890f12ca0a5bf98cc78db83d (diff)
aarch64: fix unused variable warnings
Diffstat (limited to 'aarch64/kusswurm_ch11.c')
-rw-r--r--aarch64/kusswurm_ch11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/aarch64/kusswurm_ch11.c b/aarch64/kusswurm_ch11.c
index 58ca79f..ea912a8 100644
--- a/aarch64/kusswurm_ch11.c
+++ b/aarch64/kusswurm_ch11.c
@@ -34,6 +34,7 @@ void test_mov1(uint32_t *tab);
int main(int argc, const char* argv[])
{
+ (void)argc; (void)argv;
#define X(FMT, CODE) printf(#CODE ": " FMT "\n", CODE)
// example 1