You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increase Native build warning level to W3 and fix build warnings (#3370)
* Reverted to Warning level 3 for unmanaged builds
* fixed three W3 security-critical warnings that were deemed security critical, but false positives
* Added safety checks for array initializers in 32-bit platform for LDA Native. Prior code did not check allocation arrays correctly on 32-bit platforms.
* Fixed signed/unsigned warnings
* fixed warnings on Alias_multinomial_rng_int.gpp
* Removed error handling as the exception is not x-platform.
* update all space and formatting to <spaces>
* update SSE.cpp comments to reflect correct limits of a variable
-- checked for one more overflow condition
-- ensure all exceptions are thrown
* Added one more allocation check
- standardized to numeric_limits of int32_t
* fixed a clang-only warning
* fix size comments
0 commit comments