From ca0eb5d54fa48a15b294ad715f43254cea36e575 Mon Sep 17 00:00:00 2001 From: Matthew McGowan Date: Wed, 5 Apr 2017 16:23:41 +0100 Subject: [PATCH] =?UTF-8?q?fixes=20the=20test=20-=20uncommited=20change=20?= =?UTF-8?q?(Eclipse=20doesn=E2=80=99t=20save=20editors=20by=20default.)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user/tests/wiring/api/arduino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/tests/wiring/api/arduino.cpp b/user/tests/wiring/api/arduino.cpp index 35c159f924..3f5c0ec528 100644 --- a/user/tests/wiring/api/arduino.cpp +++ b/user/tests/wiring/api/arduino.cpp @@ -121,5 +121,5 @@ test(bytes) { bitSet(x,4); bitClear(x,4); (void)x; - bit(3); + (void)bit(3); }