mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-02 13:51:45 +00:00
Silent down compiler.
This commit is contained in:
@@ -110,7 +110,7 @@ write_card (void)
|
||||
page = 0x4;
|
||||
}
|
||||
|
||||
for (page; page <= 0xF; page++) {
|
||||
for (; page <= 0xF; page++) {
|
||||
// Show if the readout went well
|
||||
if (bFailure) {
|
||||
// When a failure occured we need to redo the anti-collision
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user