tag unused Cmd [-Wunused-parameter]
This commit is contained in:
@@ -1284,6 +1284,7 @@ int CmdLegicWipe(const char *Cmd) {
|
||||
}
|
||||
|
||||
int CmdLegicList(const char *Cmd) {
|
||||
(void)Cmd; // Cmd is not used so far
|
||||
CmdTraceList("legic");
|
||||
return 0;
|
||||
}
|
||||
@@ -1312,6 +1313,7 @@ int CmdHFLegic(const char *Cmd) {
|
||||
}
|
||||
|
||||
int CmdHelp(const char *Cmd) {
|
||||
(void)Cmd; // Cmd is not used so far
|
||||
CmdsHelp(CommandTable);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user