From 588e124c533874b69b88d7245f6bc98c8e4e2588 Mon Sep 17 00:00:00 2001 From: Mario Schlack Date: Thu, 1 Sep 2016 00:19:31 +0800 Subject: [PATCH] Fix release build. (II) --- core/variant_call.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/variant_call.cpp b/core/variant_call.cpp index 069c20bc6e9..c18122ece75 100644 --- a/core/variant_call.cpp +++ b/core/variant_call.cpp @@ -54,10 +54,10 @@ struct _VariantCall { int arg_count; Vector default_args; Vector arg_types; - -#ifdef DEBUG_ENABLED Vector arg_names; Variant::Type return_type; + +#ifdef DEBUG_ENABLED bool returns; #endif VariantFunc func;