-
Notifications
You must be signed in to change notification settings - Fork 774
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix windows issue with flow controller example (#5142)
* Refs #21469: Fix Debug build Signed-off-by: Raúl Sánchez-Mateos Lizano <[email protected]> * Refs #21469: Fix windows crash in flow controller example Signed-off-by: Raúl Sánchez-Mateos Lizano <[email protected]> * Refs #21469: Set extensibility explicitly Signed-off-by: JesusPoderoso <[email protected]> * Refs #21469: Apply Mario's proposal Signed-off-by: JesusPoderoso <[email protected]> --------- Signed-off-by: Raúl Sánchez-Mateos Lizano <[email protected]> Signed-off-by: JesusPoderoso <[email protected]> Co-authored-by: Raúl Sánchez-Mateos Lizano <[email protected]>
- Loading branch information
1 parent
d398b61
commit 817b14a
Showing
6 changed files
with
21 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@extensibility(APPENDABLE) | ||
struct FlowControl | ||
{ | ||
unsigned long index; | ||
|
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
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