Really silent down gcc with -Wextra.
This commit is contained in:
parent
93494aad24
commit
bb06d45a05
1 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,8 @@ int main(int argc, const char* argv[])
|
||||||
{
|
{
|
||||||
nfc_device_t* pnd;
|
nfc_device_t* pnd;
|
||||||
|
|
||||||
(void)(argc, argv);
|
(void)argc;
|
||||||
|
(void)argv;
|
||||||
|
|
||||||
// Display libnfc version
|
// Display libnfc version
|
||||||
const char* acLibnfcVersion = nfc_version();
|
const char* acLibnfcVersion = nfc_version();
|
||||||
|
|
Loading…
Add table
Reference in a new issue