tag unused Cmd [-Wunused-parameter]

This commit is contained in:
Philippe Teuwen
2019-04-10 12:23:40 +02:00
parent c10e47f8a9
commit cc0454d5d2
48 changed files with 132 additions and 27 deletions

View File

@@ -221,6 +221,7 @@ int usage_hf_14a_info(void) {
}
int CmdHF14AList(const char *Cmd) {
(void)Cmd; // Cmd is not used so far
//PrintAndLogEx(NORMAL, "Deprecated command, use 'hf list 14a' instead");
CmdTraceList("14a");
return 0;