Skip to content

Commit

Permalink
fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
matgla committed Feb 12, 2024
1 parent 6e289d4 commit 05d52eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/container/eul/container/observable/observing_list.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,9 @@ void observing_list<NodeType>::link(NodeType& node)
#ifdef _GNUC_
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdangling-pointer=0"
#endif // _GNUC_
root_ = &node;
#ifdef _GNUC_
#pragma GCC diagnostic pop
#endif // _GNUC_
}
Expand Down

0 comments on commit 05d52eb

Please sign in to comment.