mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-11 18:13:46 +00:00
Really silent down gcc with -Wextra.
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user