mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-29 05:39:24 +01:00
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.
This commit is contained in:
parent
07eea03cca
commit
0ba0418b53
@ -20,8 +20,6 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define uninitialized_var(x) x = x
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Set a maximum to prevent sending too much data to the kernel when hashing
|
* Set a maximum to prevent sending too much data to the kernel when hashing
|
||||||
* the password (or any other crypto operations involving the password).
|
* the password (or any other crypto operations involving the password).
|
||||||
|
Loading…
Reference in New Issue
Block a user