Index: vm/include/open/vm_interface.h =================================================================== --- vm/include/open/vm_interface.h (revision 635925) +++ vm/include/open/vm_interface.h (working copy) @@ -24,15 +24,14 @@ #include "open/rt_helpers.h" #include "open/em.h" -/* #define PROTOTYPE_WITH_NAME(return_type, func_name, prototype) \ typedef return_type (*func_name##_t)prototype;\ - const char* func_name##_s = #func_name -*/ + UNUSED static const char* func_name##_s = #func_name +/* #define PROTOTYPE_WITH_NAME(return_type, func_name, prototype) \ typedef return_type (*func_name##_t)prototype - +*/ #define GET_INTERFACE(get_adapter, func_name) \ (func_name##_t)get_adapter(#func_name)