aboutsummaryrefslogtreecommitdiffstats
path: root/test/coverage/chcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/coverage/chcore.c')
-rw-r--r--test/coverage/chcore.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/coverage/chcore.c b/test/coverage/chcore.c
index 9ec3dd9f5..6b934ad9a 100644
--- a/test/coverage/chcore.c
+++ b/test/coverage/chcore.c
@@ -84,8 +84,9 @@ void ChkIntSources(void) {
*/
__attribute__((used))
static void __dummy(Thread *otp, Thread *ntp) {
+ (void)otp; (void)ntp;
asm volatile (".globl @port_switch@8 \n\t" \
- "@port_switch@8: \n\t" \
+ "@port_switch@8: \n\t" \
"push %ebp \n\t" \
"push %esi \n\t" \
"push %edi \n\t" \