From c7136e7e6383d6962493cc7d70a9e4e84bc8c620 Mon Sep 17 00:00:00 2001 From: Mark Delk Date: Mon, 18 Dec 2023 15:13:32 -0600 Subject: [PATCH] fix compile --- src/macho.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/macho.c b/src/macho.c index 2c55618..4d898ef 100644 --- a/src/macho.c +++ b/src/macho.c @@ -119,6 +119,8 @@ void write_macho(CC *cc) { int64_t offset = 0; size = 0; + (void)offset; // TODO: why is this needed? + // log(cc, "--> Outputing Mach-O executable\n", offset); // log(cc, "\tmach_header_64: %i\n", offset);