From 81a5256298f1e4403591bdaf95957e832da75d31 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 16 Sep 2022 20:04:43 -0700 Subject: interactive-helper: Undefine _FORTIFY_SOURCE This ensures that it compiles when clang compiler is passing -DFORTIFY_SOURCES=2 Signed-off-by: Khem Raj --- test/interactive-helper/libnoprofile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/interactive-helper/libnoprofile.c b/test/interactive-helper/libnoprofile.c index f11b89899..b26ec2a1c 100644 --- a/test/interactive-helper/libnoprofile.c +++ b/test/interactive-helper/libnoprofile.c @@ -1,4 +1,5 @@ #define _GNU_SOURCE +#undef _FORTIFY_SOURCE #include #include #include -- cgit v1.2.3-70-g09d2