gh-99955: undef ERROR and SUCCESS before redefining (fixes sanitizer warning) (#100215)

This commit is contained in:
Irit Katriel 2022-12-13 13:55:10 +00:00 committed by GitHub
parent d3ea82aaf9
commit 985a71032b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@
*/
#define STACK_USE_GUIDELINE 30
#undef SUCCESS
#undef ERROR
#define SUCCESS 0
#define ERROR -1