-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build error on GCC 10 caused by alloca bound warnings
Since GCC 10 warnings for unbounded alloca calls are turned on by default. The size of the allocation comes from the java side of the bindings and thus appears to be unchecked on the native side.
- Loading branch information
1 parent
3d9b024
commit 96c5df1
Showing
2 changed files
with
9 additions
and
3 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