-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix windows warning with an union with boolean discriminator [20975] (#…
…339) * Refs 20973. Fix windows warning Signed-off-by: Ricardo González Moreno <[email protected]> * Refs 20973. Update submodule Signed-off-by: Ricardo González Moreno <[email protected]> --------- Signed-off-by: Ricardo González Moreno <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule idl-parser
updated
2 files
+6 −8 | src/main/java/com/eprosima/idl/context/Context.java | |
+30 −0 | src/main/java/com/eprosima/idl/parser/typecode/UnionTypeCode.java |