-
Notifications
You must be signed in to change notification settings - Fork 570
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#4511,i#4363: Fix gcc 10 build warnings (#4514)
Fixes a gcc 10 build warning on snprintf overlapping in drdeploy.c by disabling the warning type. A better solution would be nice to avoid missing warnings on real problems but this will do for now. Fixes a warning about ignoring a return value in the client.alloc test. Fixes #4363 Fixes #4511
- Loading branch information
1 parent
33db119
commit a5ab87c
Showing
2 changed files
with
10 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