src/hotspot/share/utilities/compilerWarnings.hpp
changeset 58682 9f5b92d5a1b2
parent 53645 2c6c0fabe6a2
--- a/src/hotspot/share/utilities/compilerWarnings.hpp	Thu Oct 17 22:41:36 2019 +0200
+++ b/src/hotspot/share/utilities/compilerWarnings.hpp	Fri Oct 18 09:57:20 2019 +0900
@@ -62,4 +62,8 @@
 #define PRAGMA_FORMAT_IGNORED
 #endif
 
+#ifndef PRAGMA_STRINGOP_TRUNCATION_IGNORED
+#define PRAGMA_STRINGOP_TRUNCATION_IGNORED
+#endif
+
 #endif // SHARE_UTILITIES_COMPILERWARNINGS_HPP