From 271f6f44ea645c74f3130f03311b65e5dbdc7139 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 8 Oct 2024 10:58:22 -0400 Subject: Fix some -Wundef-prefix warnings --- src/bfs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bfs.h') diff --git a/src/bfs.h b/src/bfs.h index ad6a628..af4cf9f 100644 --- a/src/bfs.h +++ b/src/bfs.h @@ -204,6 +204,8 @@ extern const char bfs_ldlibs[]; #ifndef BFS_USE_TARGET_CLONES # if __has_attribute(target_clones) && (__GLIBC__ || __FreeBSD__) && !__SANITIZE_THREAD__ # define BFS_USE_TARGET_CLONES true +# else +# define BFS_USE_TARGET_CLONES false # endif #endif -- cgit v1.2.3