diff options
-rw-r--r-- | com32/modules/poweroff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/modules/poweroff.c b/com32/modules/poweroff.c index e9af6036..ed6a9309 100644 --- a/com32/modules/poweroff.c +++ b/com32/modules/poweroff.c @@ -20,7 +20,7 @@ #include <string.h> #include <com32.h> -int main(__attribute__((unused)) int argc, __attribute__((unused)) char *argv[]) +int main(int argc __unused, char *argv[] __unused) { com32sys_t inregs, outregs; |