Skip to content

Commit 97f3182

Browse files
committed
param_ct only when DEBUG_SIGNTOOL
1 parent a290d14 commit 97f3182

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/keytools/sign.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2409,7 +2409,9 @@ static int process_args(int argc, char** argv) {
24092409
const char* sign_str = "AUTO";
24102410
const char* hash_str = "SHA256";
24112411
const char* secondary_sign_str = "NONE";
2412+
#ifdef DEBUG_SIGNTOOL
24122413
int param_ct = 0; /* params are all non-setting values (image name, key, version, output) */
2414+
#endif
24132415
int ret = 0;
24142416
int i;
24152417

0 commit comments

Comments
 (0)