summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2022-09-21 10:42:58 +0000
committerJulian Andres Klode <jak@debian.org>2022-09-21 10:42:58 +0000
commit6bc11782aba64e9eeb33fbb2542d2597bb710a8e (patch)
tree06458e86df6094d3e03984d3330d4f15159ea4d4 /test
parent6499f7dc842ebd621f11ea01e83ccbe4125a0581 (diff)
parent81a5256298f1e4403591bdaf95957e832da75d31 (diff)
Merge branch 'clang15' into 'main'
typecast time_t and suseconds_t from std::chrono See merge request apt-team/apt!259
Diffstat (limited to 'test')
-rw-r--r--test/interactive-helper/libnoprofile.c1
1 files changed, 1 insertions, 0 deletions
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 <stdarg.h>
#include <stdlib.h>
#include <string.h>