less misleading name
diff --git a/skeletons/INTEGER.c b/skeletons/INTEGER.c
index aaa6888..9d5baff 100644
--- a/skeletons/INTEGER.c
+++ b/skeletons/INTEGER.c
@@ -788,7 +788,7 @@
 /*
  * This function is only to get rid of Undefined Behavior Sanitizer warning.
  */
-static intmax_t CC_NO_SANITIZE("shift-base")
+static intmax_t CC_ATTR_NO_SANITIZE("shift-base")
 asn__safe_integer_convert_helper(const uint8_t *b, const uint8_t *end) {
     intmax_t value;