summaryrefslogtreecommitdiff
path: root/indra/llcommon/llmd5.cpp
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2025-09-05 17:58:46 -0700
committerBrad Linden <brad@lindenlab.com>2025-09-10 13:04:04 -0700
commitf98a61be70fe7c73d446213bb143edc4035ddef7 (patch)
tree32e76fafa82099080f443506cb45aa1546f355e1 /indra/llcommon/llmd5.cpp
parent5b97823db6f7cec6569ef893499cf48f4a889e67 (diff)
Improvements found in reviewing mac_arm branch #4629
Diffstat (limited to 'indra/llcommon/llmd5.cpp')
-rw-r--r--indra/llcommon/llmd5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llmd5.cpp b/indra/llcommon/llmd5.cpp
index c806c0ab2e..c8ca586e7f 100644
--- a/indra/llcommon/llmd5.cpp
+++ b/indra/llcommon/llmd5.cpp
@@ -279,7 +279,7 @@ void LLMD5::hex_digest(char* s) const
}
#if LL_DARWIN
-#pragma clang diagnostic push
+#pragma clang diagnostic pop
#endif
std::ostream& operator<<(std::ostream& stream, const LLMD5& context)