summaryrefslogtreecommitdiff
path: root/util/genvif.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/genvif.c')
-rw-r--r--util/genvif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/genvif.c b/util/genvif.c
index a8b7f24ec4..6722df9349 100644
--- a/util/genvif.c
+++ b/util/genvif.c
@@ -2791,7 +2791,7 @@ static void init_vif_component_general_pd_fields(
* to NO, then this field shall be set to YES.
*/
{
- bool supports_to_dfp;
+ bool supports_to_dfp = false;
switch (type) {
case SRC:
@@ -2833,7 +2833,7 @@ static void init_vif_component_general_pd_fields(
* 5 (eMarker) then this field shall be ignored by Testers.
*/
{
- bool supports_to_ufp;
+ bool supports_to_ufp = false;
switch (type) {
case SRC: