summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-30 07:58:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-30 07:58:58 -0600
commita787b302db9dd3c2dc9beb609eefc93ec8ae25c1 (patch)
tree327ea4d6ad94c3ac8a41cd81044b1f186d969b20 /nuttx/ChangeLog
parentb70dfa42592a9e8bd552975f5474248109acb44d (diff)
downloadnuttx-a787b302db9dd3c2dc9beb609eefc93ec8ae25c1.tar.gz
nuttx-a787b302db9dd3c2dc9beb609eefc93ec8ae25c1.tar.bz2
nuttx-a787b302db9dd3c2dc9beb609eefc93ec8ae25c1.zip
Add macro UNUSED to eliminate warnings about variables that are set to unused values
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).