mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Fix Clang warnings
This commit is contained in:
parent
77c5e28bce
commit
fa2595a619
2 changed files with 3 additions and 3 deletions
|
@ -97,8 +97,8 @@ class WorkerThread : public QThread {
|
|||
~WorkerThread();
|
||||
void run();
|
||||
private:
|
||||
char *script_cmds_file = NULL;
|
||||
char *script_cmd = NULL;
|
||||
char *script_cmds_file;
|
||||
char *script_cmd;
|
||||
};
|
||||
|
||||
class ProxGuiQT : public QObject {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue