projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b1944b
)
Eliminate warning
author
Anthony Green
<green@moxielogic.org>
Thu, 21 Dec 2023 19:04:19 +0000
(14:04 -0500)
committer
Anthony Green
<green@moxielogic.org>
Thu, 21 Dec 2023 19:04:19 +0000
(14:04 -0500)
testsuite/libffi.call/callback.c
patch
|
blob
|
history
diff --git
a/testsuite/libffi.call/callback.c
b/testsuite/libffi.call/callback.c
index 5a803ed3500f5be67402497bccfc8a0eec4560c1..ac45c62a63cc56cb8498fcde89c2ce61787b1d4a 100644
(file)
--- a/
testsuite/libffi.call/callback.c
+++ b/
testsuite/libffi.call/callback.c
@@
-9,7
+9,7
@@
int i=5;
-void callback() { i++; }
+void callback(
void
) { i++; }
typedef struct
{