Skip to content

Commit

Permalink
[CBRD-24623] Class members initialization (#4160)
Browse files Browse the repository at this point in the history
http://jira.cubrid.org/browse/CBRD-24623

Error in initializing member variable of class, warning occurs when building
  • Loading branch information
airnet73 authored Mar 6, 2023
1 parent 0559d05 commit 08ac06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executables/extract_schema.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ struct extract_context
is_dba_user (false),
is_dba_group_member (false),
has_indexes (0),
schema_file_list(NULL),
schema_file_list(),
classes (NULL),
vclass_list_has_using_index (NULL)
{
Expand Down

0 comments on commit 08ac06f

Please sign in to comment.