diff --git a/cores/arduino/syscalls_sam3.c b/cores/arduino/syscalls_sam3.c index 6728c9e0..42c4ae1e 100644 --- a/cores/arduino/syscalls_sam3.c +++ b/cores/arduino/syscalls_sam3.c @@ -130,7 +130,7 @@ extern int _write( UNUSED(int file), char *ptr, int len ) return iIndex ; } -extern void _exit( int status ) +extern void _exit( UNUSED(int status) ) { // printf is probably not set up by Arduino, and shouldn't be used. // printf( "Exiting with status %d.\n", status ) ;