Eliminate warning
authorAnthony Green <green@moxielogic.org>
Thu, 21 Dec 2023 19:04:19 +0000 (14:04 -0500)
committerAnthony Green <green@moxielogic.org>
Thu, 21 Dec 2023 19:04:19 +0000 (14:04 -0500)
testsuite/libffi.call/callback.c

index 5a803ed3500f5be67402497bccfc8a0eec4560c1..ac45c62a63cc56cb8498fcde89c2ce61787b1d4a 100644 (file)
@@ -9,7 +9,7 @@
 
 int i=5;
 
-void callback() { i++; }
+void callback(void) { i++; }
 
 typedef struct
 {