hotspot/src/share/vm/ci/ciUtilities.hpp
changeset 18073 f02460441ddc
parent 14477 95e66ea71f71
child 22234 da823d78ad65
--- a/hotspot/src/share/vm/ci/ciUtilities.hpp	Thu Jun 13 11:16:38 2013 -0700
+++ b/hotspot/src/share/vm/ci/ciUtilities.hpp	Thu Jun 13 22:02:40 2013 -0700
@@ -96,7 +96,7 @@
     CLEAR_PENDING_EXCEPTION;                     \
     return (result);                             \
   }                                              \
-  (0
+  (void)(0
 
 #define KILL_COMPILE_ON_ANY                      \
   THREAD);                                       \
@@ -104,7 +104,7 @@
     fatal("unhandled ci exception");             \
     CLEAR_PENDING_EXCEPTION;                     \
   }                                              \
-(0
+(void)(0
 
 
 inline const char* bool_to_str(bool b) {