Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
Fix a build break on release build, The release build treat warning a…
Browse files Browse the repository at this point in the history
…s error
  • Loading branch information
deleisha committed Apr 14, 2015
1 parent 2ce08e1 commit d930af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/edm/edm_model_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<edm_named_type> type;
unsigned int max_length = undefined_value;
bool is_unicode;
bool is_unicode = false;
unsigned int scale = undefined_value;
unsigned int precision = undefined_value;

Expand Down

0 comments on commit d930af9

Please sign in to comment.