summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index aeec793a4..c7fafef79 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7076,4 +7076,6 @@
* configs/sama5d3x-ek: Change all configuration names to board-
specific names so that this are no name collisions with other
boards that have similar configuration variables (2013-3-30).
-
+ * configs/nuttx/compiler.h: Add macro UNUSED() that can be used
+ to eliminate warnings about variables that are set to values
+ that are not used (2014-3-30).