hotspot/src/share/vm/services/writeableFlags.cpp
changeset 33604 ad1cd9269bd4
parent 33148 68fa8b6c4340
child 38942 a4b3fc1ba095
--- a/hotspot/src/share/vm/services/writeableFlags.cpp	Mon Oct 26 20:07:50 2015 +0100
+++ b/hotspot/src/share/vm/services/writeableFlags.cpp	Fri Oct 09 16:39:37 2015 +0200
@@ -57,7 +57,6 @@
   }
 }
 
-PRAGMA_FORMAT_NONLITERAL_IGNORED_EXTERNAL
 static void print_flag_error_message_if_needed(Flag::Error error, const char* name, FormatBuffer<80>& err_msg) {
   if (error == Flag::SUCCESS) {
     return;