diff --git a/src/edm/edm_model_reader.cpp b/src/edm/edm_model_reader.cpp index 5908af9..ea0444d 100644 --- a/src/edm/edm_model_reader.cpp +++ b/src/edm/edm_model_reader.cpp @@ -367,10 +367,10 @@ void edm_model_reader::_process_property() if (m_current_st) { ::odata::utility::string_t property_name; - bool is_nullable; + bool is_nullable = false; std::shared_ptr type; unsigned int max_length = undefined_value; - bool is_unicode; + bool is_unicode = false; unsigned int scale = undefined_value; unsigned int precision = undefined_value;