Suppress warnings: "ISO C99 requires rest arguments to be used"

This commit is contained in:
Romuald Conty
2012-12-05 16:53:43 +01:00
parent 08f428fbdf
commit 8f015c4369
2 changed files with 5 additions and 5 deletions

View File

@@ -266,7 +266,7 @@ nfc_list_devices(nfc_context *context, nfc_connstring connstrings[], const size_
pndr++;
}
} else if (context->user_defined_device_count) {
log_put(LOG_GROUP, LOG_CATEGORY, NFC_LOG_PRIORITY_INFO, "Warning: autoscan have been disabled but no other devices have bet set.");
log_put(LOG_GROUP, LOG_CATEGORY, NFC_LOG_PRIORITY_INFO, "Warning: %s" , "autoscan have been disabled but no other devices have bet set.");
}
return device_found;