diff --git a/ChangeLog b/ChangeLog index ac8458d12f..befeadb615 100644 --- a/ChangeLog +++ b/ChangeLog @@ -67,7 +67,7 @@ Wed Oct 2 14:19:57 2013 Nobuyoshi Nakada Tue Oct 1 23:44:00 2013 Charlie Somerville - * vm_core.h: use __attribute__((unused)) in UNINTIALIZED_VAR on clang + * vm_core.h: use __attribute__((unused)) in UNINITIALIZED_VAR on clang 4.0+ instead of just on 4.2. Clang has supported the unused attribute since before version 4, so this should be safe.