X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_tas5706a.h;h=fda85e1205b93a0e5394977f05dc50abb9d1e2e0;hb=4446c1118772ed59e7d5d1f895952441aacb7b0f;hp=4f2848e0ea2f9c5fc664b6d254b69606c20fbd67;hpb=e4a9947b5436beaeb91eacd98cdb762aa040b04f;p=bertos.git diff --git a/bertos/hw/hw_tas5706a.h b/bertos/hw/hw_tas5706a.h index 4f2848e0..fda85e12 100644 --- a/bertos/hw/hw_tas5706a.h +++ b/bertos/hw/hw_tas5706a.h @@ -32,7 +32,6 @@ * * \brief HW pin handling. * - * \version $Id$ * * \author Francesco Sacchi */ @@ -44,9 +43,9 @@ #warning FIXME: This is an example implementation, you must implement it -#define TAS5706A_SETPOWERDOWN(val) do { /* implement me */ } while (0) -#define TAS5706A_SETRESET(val) do { /* implement me */ } while (0) -#define TAS5706A_SETMUTE(val) do { /* implement me */ } while (0) +#define TAS5706A_SETPOWERDOWN(val) do { (void) val; /* implement me */ } while (0) +#define TAS5706A_SETRESET(val) do { (void) val; /* implement me */ } while (0) +#define TAS5706A_SETMUTE(val) do { (void) val; /* implement me */ } while (0) #define TAS5706A_PIN_INIT() \ do { \