From 0ba0418b534c2b22747acdcb83d85dfba3a369ee Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 10 Mar 2021 12:05:43 -0600 Subject: [PATCH] iwd: remove uninitialized_var No instances of this macro now exist. If future instances crop up, the better approach would be to use pragma directives to quiet such warnings and allow static analysis to catch any issues. --- src/iwd.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/iwd.h b/src/iwd.h index fc3a178f..51548cbb 100644 --- a/src/iwd.h +++ b/src/iwd.h @@ -20,8 +20,6 @@ * */ -#define uninitialized_var(x) x = x - /* * Set a maximum to prevent sending too much data to the kernel when hashing * the password (or any other crypto operations involving the password).