aboutsummaryrefslogtreecommitdiff
path: root/py/asmx86.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-01-20 12:47:20 +0000
committerDamien George <damien.p.george@gmail.com>2015-01-20 12:47:20 +0000
commitff8dd3f486afb0d6ff1427d8a6a8a8ed73baa660 (patch)
tree16b54a843a312757976e15f24f413e00e151fbe2 /py/asmx86.c
parent50912e7f5dc579fd2917537046793dfa30decadf (diff)
py, unix: Allow to compile with -Wunused-parameter.
See issue #699.
Diffstat (limited to 'py/asmx86.c')
-rw-r--r--py/asmx86.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/asmx86.c b/py/asmx86.c
index 755ed0307..11107f1da 100644
--- a/py/asmx86.c
+++ b/py/asmx86.c
@@ -145,6 +145,7 @@ void asm_x86_start_pass(asm_x86_t *as, mp_uint_t pass) {
}
void asm_x86_end_pass(asm_x86_t *as) {
+ (void)as;
}
// all functions must go through this one to emit bytes