summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2Lib/Util.cpp
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2017-03-28 09:55:37 -0400
committerJoe George <joe@zeroc.com>2017-03-28 10:17:41 -0400
commit5c040fccd0ddbe6df248fd7b9ff44400fa0d7004 (patch)
tree738dfcdb3e728ab6c2f4f0bbfbaaae440016b3c5 /cpp/src/IcePatch2Lib/Util.cpp
parentFix ICE-7679 - Python Application.NoSignalHandling not honor by Ice.Application (diff)
downloadice-5c040fccd0ddbe6df248fd7b9ff44400fa0d7004.tar.bz2
ice-5c040fccd0ddbe6df248fd7b9ff44400fa0d7004.tar.xz
ice-5c040fccd0ddbe6df248fd7b9ff44400fa0d7004.zip
ICE-7483 - Rename OS X to macOS
Diffstat (limited to 'cpp/src/IcePatch2Lib/Util.cpp')
-rw-r--r--cpp/src/IcePatch2Lib/Util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2Lib/Util.cpp b/cpp/src/IcePatch2Lib/Util.cpp
index ec547f8f796..363ccbfe98a 100644
--- a/cpp/src/IcePatch2Lib/Util.cpp
+++ b/cpp/src/IcePatch2Lib/Util.cpp
@@ -36,7 +36,7 @@
#include <iterator>
-// Ignore OS X OpenSSL deprecation warnings
+// Ignore macOS OpenSSL deprecation warnings
#ifdef __APPLE__
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif