about summary refs log tree commit diff stats
path: root/src/tools/callback.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-04-14 14:54:30 +0200
committerGitHub <noreply@github.com>2021-04-14 14:54:30 +0200
commit6f217d78da0a49b3f3cf99443cfa95a9a6507303 (patch)
tree8d790b143339b5b910594dd919754622b0885d40 /src/tools/callback.c
parent0d38b1cd91d4265042396d3d1dbacac2e662ba00 (diff)
parentcdf71c4cbc8c07510708cb7396cd1035300f587f (diff)
downloadbox64-6f217d78da0a49b3f3cf99443cfa95a9a6507303.tar.gz
box64-6f217d78da0a49b3f3cf99443cfa95a9a6507303.zip
Merge pull request #10 from rajdakin/warnFixRefactor
Warnings and fixes
Diffstat (limited to 'src/tools/callback.c')
-rwxr-xr-xsrc/tools/callback.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/callback.c b/src/tools/callback.c
index 8c46139e..1f7250a6 100755
--- a/src/tools/callback.c
+++ b/src/tools/callback.c
@@ -16,6 +16,8 @@
 EXPORTDYN
 uint64_t RunFunction(box64context_t *context, uintptr_t fnc, int nargs, ...)
 {
+    (void)context;
+
     x64emu_t *emu = thread_get_emu();
 
     if(nargs>6)