[runtime] Use double-underscored attributes.
[mono.git] / mono / mini / mini-runtime.c
index caace88593aa55330b71e82265663f183080668f..d9a9dbb804149b71b60c3dc1882c34e7d08d1965 100644 (file)
@@ -242,7 +242,7 @@ mono_pmip (void *ip)
  */
 #ifdef __GNUC__
 /* Prevent the linker from optimizing this away in embedding setups to help debugging */
- __attribute__((used))
+ __attribute__ ((__used__))
 #endif
 void
 mono_print_method_from_ip (void *ip)