|
@@ -486,6 +486,7 @@ config GCC_PLUGIN_STRUCTLEAK
|
|
config GCC_PLUGIN_STRUCTLEAK_BYREF_ALL
|
|
config GCC_PLUGIN_STRUCTLEAK_BYREF_ALL
|
|
bool "Force initialize all struct type variables passed by reference"
|
|
bool "Force initialize all struct type variables passed by reference"
|
|
depends on GCC_PLUGIN_STRUCTLEAK
|
|
depends on GCC_PLUGIN_STRUCTLEAK
|
|
|
|
+ depends on !COMPILE_TEST
|
|
help
|
|
help
|
|
Zero initialize any struct type local variable that may be passed by
|
|
Zero initialize any struct type local variable that may be passed by
|
|
reference without having been initialized.
|
|
reference without having been initialized.
|