hotspot/src/share/vm/utilities/globalDefinitions.hpp
changeset 26693 f2910bf56d71
parent 25918 79e4c4d9f5c9
child 26709 87aa4286a4d7
--- a/hotspot/src/share/vm/utilities/globalDefinitions.hpp	Wed Sep 10 11:55:33 2014 +0200
+++ b/hotspot/src/share/vm/utilities/globalDefinitions.hpp	Tue Aug 26 11:53:24 2014 +0200
@@ -66,6 +66,9 @@
 #ifndef ATTRIBUTE_PRINTF
 #define ATTRIBUTE_PRINTF(fmt, vargs)
 #endif
+#ifndef ATTRIBUTE_SCANF
+#define ATTRIBUTE_SCANF(fmt, vargs)
+#endif
 
 
 #include "utilities/macros.hpp"