Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/hotspot/share/utilities/compilerWarnings_gcc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
//
// clang's warning in this case is arguably a clang bug.
// https://github.com/llvm/llvm-project/issues/135481
// This issue has been fixed, with the fix probably appearing in clang 21.
#if defined(__clang__) && defined(_FORTIFY_SOURCE)
#if _FORTIFY_SOURCE > 0
#define FORBIDDEN_FUNCTION_IGNORE_CLANG_FORTIFY_WARNING \
Expand Down