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

View file

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