Only prevent warning if NDEF is not defined
This commit is contained in:
parent
7a394be46d
commit
b61bb11195
|
|
@ -124,5 +124,8 @@ void INP2N(void *ckt, INPtables * tab, card * current)
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
|
||||||
|
int Dummy1;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue