Skip to content

Commit

Permalink
Fix bitmask initial value (#227)
Browse files Browse the repository at this point in the history
* Refs #19453: remove initial bitmask value patch

Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

* Refs #19453: update submodule

Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

---------

Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
  • Loading branch information
JLBuenoLopez authored Sep 18, 2023
1 parent cd5b8fd commit 83a2f4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,6 @@ $if(member.annotationDefault)$
$elseif(!member.annotationOptional)$
$if(member.typecode.initialValue)$
{$member.typecode.initialValue$}
$elseif(member.typecode.isBitmaskType)$
{0}
$endif$
$endif$
$endif$
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/idl-parser

0 comments on commit 83a2f4d

Please sign in to comment.