-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverting changes to unsigned variables causing Future SW CI crash (#311
) * Reverting changes to unsigned variables causing future SW CI crash * Temporarily casting unsigned values to signed to prevent compilation error * Recast to unsigned to fix CI crash * Revert "Recast to unsigned to fix CI crash" This reverts commit f5c736c. * Revert "Temporarily casting unsigned values to signed to prevent compilation error" This reverts commit 2777aa0. * Made template parameters signed. * static cast NDiskStubs to int * Revert "static cast NDiskStubs to int" This reverts commit 51a8ec1. * Added checks to allow C-synthesis when parameters are zero. * Adding comments explaining weird added logic --------- Co-authored-by: Andrew Hart <[email protected]>
- Loading branch information
Showing
1 changed file
with
20 additions
and
20 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