mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-26 19:56:39 +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;
|
||||
|
||||
(void)(argc, argv);
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
|
||||
// Display libnfc version
|
||||
const char* acLibnfcVersion = nfc_version();
|
||||
|
||||
Reference in New Issue
Block a user