wiringPi: Apply unused attribute.
To avoid error message, apply "__attribute__((unused))" to unsupported functions and unused parameters.
This commit is contained in:
@@ -296,7 +296,7 @@ static const char *physNamesOdroidN2 [64] =
|
||||
} ;
|
||||
|
||||
/*----------------------------------------------------------------------------*/
|
||||
static void readallPhysOdroid (int model, int rev, int physPin, const char *physNames[])
|
||||
static void readallPhysOdroid (int model, int UNU rev, int physPin, const char *physNames[])
|
||||
{
|
||||
int pin ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user