forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GCC 11 warning: writing 1 byte into a region of size 0 [-Wstringo…
…p-overflow=] (facebookincubator#10469) Summary: I hit this on ubuntu-22.04 arm64 with GCC11. This was reported in the past as well facebookincubator#9578 Pull Request resolved: facebookincubator#10469 Reviewed By: Yuhta Differential Revision: D59872624 Pulled By: kevinwilfong fbshipit-source-id: 0fa03176dc664121103bf1f521369f1452a990d1
- Loading branch information
1 parent
efd55fb
commit 3743f83
Showing
2 changed files
with
8 additions
and
11 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