Silent down compiler.

This commit is contained in:
Romain Tartiere 2010-07-24 18:54:50 +00:00
parent e6d079d87a
commit 7f9f907bc2
3 changed files with 4 additions and 2 deletions

View file

@ -81,6 +81,8 @@ int main(int argc, const char* argv[])
{
nfc_device_t* pnd;
(void)(argc, argv);
// Display libnfc version
const char* acLibnfcVersion = nfc_version();
printf("%s use libnfc %s\n", argv[0], acLibnfcVersion);