Skip to content

Commit

Permalink
Fix potentially uninitialized deprecation level
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Feb 10, 2018
1 parent 763d741 commit 5692e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serialization/preprocessor.hpp
Expand Up @@ -86,7 +86,7 @@ struct preproc_define

std::string deprecation_message;

int deprecation_level;
int deprecation_level = -1;

version_info deprecation_version;

Expand Down

0 comments on commit 5692e60

Please sign in to comment.